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,49 ****
#
#
# Copyright (c) 2000 by Sun Microsystems, Inc.
# All rights reserved.
#
! #pragma ident "%Z%%M% %I% %E% SMI"
#
- # lib/libfru/Makefile.targ
- #
include ../../Makefile.targ
# build rules for pics. (access sub directories)
pics/%.o objs/%.o: ../libfru/%.cc
$(COMPILE.cc) -o $@ $<
! $(POST_PROCESS_O)
pics/%.o objs/%.o: ../libfrureg/%.cc
$(COMPILE.cc) -o $@ $<
! $(POST_PROCESS_O)
pics/%.o objs/%.o: ../libgenutil/%.cc
$(COMPILE.cc) -o $@ $<
! $(POST_PROCESS_O)
# some special rules for the yacc and lex parser. (with sub directories)
pics/y.tab.cc pics/y.tab.h: ../libfru/nameSyntaxYacc.y
$(YACC.y) -d ../libfru/nameSyntaxYacc.y
$(SED) -f ../libfru/yy-sed y.tab.c > pics/y.tab.cc
--- 21,47 ----
#
#
# Copyright (c) 2000 by Sun Microsystems, Inc.
# All rights reserved.
#
! # Copyright (c) 2019, Joyent, Inc.
#
include ../../Makefile.targ
# build rules for pics. (access sub directories)
pics/%.o objs/%.o: ../libfru/%.cc
$(COMPILE.cc) -o $@ $<
! $(POST_PROCESS_CC_O)
pics/%.o objs/%.o: ../libfrureg/%.cc
$(COMPILE.cc) -o $@ $<
! $(POST_PROCESS_CC_O)
pics/%.o objs/%.o: ../libgenutil/%.cc
$(COMPILE.cc) -o $@ $<
! $(POST_PROCESS_CC_O)
# some special rules for the yacc and lex parser. (with sub directories)
pics/y.tab.cc pics/y.tab.h: ../libfru/nameSyntaxYacc.y
$(YACC.y) -d ../libfru/nameSyntaxYacc.y
$(SED) -f ../libfru/yy-sed y.tab.c > pics/y.tab.cc