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>
*** 18,27 ****
--- 18,28 ----
#
# CDDL HEADER END
#
#
# Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
+ # Copyright (c) 2019, Joyent, Inc.
#
#
# included to define local library targets
#
*** 77,87 ****
$(COMPILE.c) -o $@ $<
$(POST_PROCESS_O)
objs/%.o pics/%.o: $(SRCDIR)/%.cc
$(COMPILE.cc) -o $@ $<
! $(POST_PROCESS_O)
objs pics:
-@mkdir -p $@
$(LIBRARY): objs .WAIT $$(OBJS)
--- 78,88 ----
$(COMPILE.c) -o $@ $<
$(POST_PROCESS_O)
objs/%.o pics/%.o: $(SRCDIR)/%.cc
$(COMPILE.cc) -o $@ $<
! $(POST_PROCESS_CC_O)
objs pics:
-@mkdir -p $@
$(LIBRARY): objs .WAIT $$(OBJS)