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>

*** 21,34 **** # Copyright 2014 Garrett D'Amore <garrett@damore.org> # # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # This makefile drives the production of the AES KEF provider. # - # Intel implementation architecture dependent - # # # Path to the base of the uts directory tree (usually /usr/src/uts). # UTSBASE = ../.. --- 21,32 ---- # Copyright 2014 Garrett D'Amore <garrett@damore.org> # # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # Copyright (c) 2019, Joyent, Inc. # # # Path to the base of the uts directory tree (usually /usr/src/uts). # UTSBASE = ../..
*** 95,107 **** $(OBJS_DIR)/%.ln: $(COM_DIR)/amd64/%.c @($(LHEAD) $(LINT.c) $(COM_DIR)/amd64/${@F:.ln=.c} $(LTAIL)) $(OBJS_DIR)/%.o: $(COM_DIR)/amd64/%.c $(COMPILE.c) -o $@ $(COM_DIR)/amd64/${@F:.o=.c} ! $(POST_PROCESS_O) $(OBJS_DIR)/%.o: $(COM_DIR)/amd64/%.s $(COMPILE.s) -o $@ $(COM_DIR)/amd64/${@F:.o=.s} - $(POST_PROCESS_O) $(OBJS_DIR)/%.ln: $(COM_DIR)/amd64/%.s @($(LHEAD) $(LINT.s) $(COM_DIR)/amd64/${@F:.ln=.s} $(LTAIL)) --- 93,104 ---- $(OBJS_DIR)/%.ln: $(COM_DIR)/amd64/%.c @($(LHEAD) $(LINT.c) $(COM_DIR)/amd64/${@F:.ln=.c} $(LTAIL)) $(OBJS_DIR)/%.o: $(COM_DIR)/amd64/%.c $(COMPILE.c) -o $@ $(COM_DIR)/amd64/${@F:.o=.c} ! $(CTFCONVERT_O) $(OBJS_DIR)/%.o: $(COM_DIR)/amd64/%.s $(COMPILE.s) -o $@ $(COM_DIR)/amd64/${@F:.o=.s} $(OBJS_DIR)/%.ln: $(COM_DIR)/amd64/%.s @($(LHEAD) $(LINT.s) $(COM_DIR)/amd64/${@F:.ln=.s} $(LTAIL))