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,30 **** # # Copyright 2019 OmniOS Community Edition (OmniOSce) Association. # Copyright 2015 Gary Mills # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com> # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved. ! # Copyright (c) 2015, Joyent, Inc. # # # Definitions common to libraries. # # include global definitions; SRC should be defined in the shell. --- 20,30 ---- # # Copyright 2019 OmniOS Community Edition (OmniOSce) Association. # Copyright 2015 Gary Mills # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com> # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved. ! # Copyright 2019, Joyent, Inc. # # # Definitions common to libraries. # # include global definitions; SRC should be defined in the shell.
*** 210,220 **** $(COMPILE.c) -o $@ $< $(POST_PROCESS_O) objs/%.o pics/%.o: %.cc $(COMPILE.cc) -o $@ $< ! $(POST_PROCESS_O) .PRECIOUS: $(LIBS) # Define the majority text domain in this directory. TEXT_DOMAIN= SUNW_OST_OSLIB --- 210,220 ---- $(COMPILE.c) -o $@ $< $(POST_PROCESS_O) objs/%.o pics/%.o: %.cc $(COMPILE.cc) -o $@ $< ! $(POST_PROCESS_CC_O) .PRECIOUS: $(LIBS) # Define the majority text domain in this directory. TEXT_DOMAIN= SUNW_OST_OSLIB