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,29 **** --- 20,31 ---- # # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. # + # Copyright (c) 2019, Joyent, Inc. + # BIGNUM_PSM_OBJS = bignum_i386.o bignum_i386_asm.o include ../../Makefile.com
*** 51,56 **** $(BIGNUM_DIR)/i386/bignum_i386.c $(POST_PROCESS_O) pics/bignum_i386_asm.o: $(BIGNUM_DIR)/i386/bignum_i386_asm.s $(COMPILE.s) -o $@ $(BIGNUM_DIR)/i386/bignum_i386_asm.s ! $(POST_PROCESS_O) --- 53,58 ---- $(BIGNUM_DIR)/i386/bignum_i386.c $(POST_PROCESS_O) pics/bignum_i386_asm.o: $(BIGNUM_DIR)/i386/bignum_i386_asm.s $(COMPILE.s) -o $@ $(BIGNUM_DIR)/i386/bignum_i386_asm.s ! $(POST_PROCESS_S_O)