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>
*** 23,46 ****
# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
#
# Don't generate separate sections for this module
pics/debugdata.o := XFFLAG=
# Since we use RTLD rather than DYNLIB, we must explicitly hook in ctfmerge.
$(RTLD) := CTFMERGE_POST = $(CTFMERGE_LIB)
pics/%.o: %.s
$(BUILD.s)
! $(POST_PROCESS_O)
pics/%.o: $(CRTSRCS)/%.s
$(BUILD.s)
! $(POST_PROCESS_O)
pics/%.o: %.c
$(COMPILE.c) -o $@ $<
$(POST_PROCESS_O)
--- 23,48 ----
# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
#
+ # Copyright (c) 2019, Joyent, Inc.
+ #
# Don't generate separate sections for this module
pics/debugdata.o := XFFLAG=
# Since we use RTLD rather than DYNLIB, we must explicitly hook in ctfmerge.
$(RTLD) := CTFMERGE_POST = $(CTFMERGE_LIB)
pics/%.o: %.s
$(BUILD.s)
! $(POST_PROCESS_S_O)
pics/%.o: $(CRTSRCS)/%.s
$(BUILD.s)
! $(POST_PROCESS_S_O)
pics/%.o: %.c
$(COMPILE.c) -o $@ $<
$(POST_PROCESS_O)