Print this page
10816 ctf_dwarf_convert_type() relies on un-initialized id
10817 ctfconvert -i option is mis-handled
10818 Improve ctfconvert error messages
10819 ctfconvert should handle empty dies
10820 ctfconvert -i never converts
10821 bad free in ctf_dwarf_init_die
10815 shouldn't build gcore.c as part of kmdb
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>

*** 20,43 **** # # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. # $(SYMCAP): $(OBJCAP) $(OBJCAP): $(PICS) $(PICS): pics # Assemble the original source file. pics/%.o: ../../$(TRG_PLATFORM)/common/%.s $(COMPILE.s) $< -o $@ ! $(POST_PROCESS_O) pics/%.o: ../../$(ALT_PLATFORM)/common/%.s $(COMPILE.s) $< -o $@ ! $(POST_PROCESS_O) # Combine all pic objects into one relocatable object. Assign any capabilities # to this object, and define the interface. pics/objcap.o: $(PICS) $(MAPFILE-CAP) --- 20,45 ---- # # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. # + # Copyright (c) 2019, Joyent, Inc. + # $(SYMCAP): $(OBJCAP) $(OBJCAP): $(PICS) $(PICS): pics # Assemble the original source file. pics/%.o: ../../$(TRG_PLATFORM)/common/%.s $(COMPILE.s) $< -o $@ ! $(POST_PROCESS_S_O) pics/%.o: ../../$(ALT_PLATFORM)/common/%.s $(COMPILE.s) $< -o $@ ! $(POST_PROCESS_S_O) # Combine all pic objects into one relocatable object. Assign any capabilities # to this object, and define the interface. pics/objcap.o: $(PICS) $(MAPFILE-CAP)