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>
*** 10,19 ****
--- 10,21 ----
#
#
# Copyright 2011 Nexenta Systems, Inc. All rights reserved.
#
+ # Copyright (c) 2019, Joyent, Inc.
+ #
LIBMDIR = $(SRC)/lib/libm
mvecOBJS = \
__vTBL_atan1.o \
*** 272,281 ****
lint: lintcheck
pics/%.o: ../$(TARGET_ARCH)/src/%.S
$(COMPILE.s) -o $@ $<
! $(POST_PROCESS_O)
pics/%.o: ../common/$$(CHIP)/%.S
$(COMPILE.s) -o $@ $<
! $(POST_PROCESS_O)
--- 274,283 ----
lint: lintcheck
pics/%.o: ../$(TARGET_ARCH)/src/%.S
$(COMPILE.s) -o $@ $<
! $(POST_PROCESS_S_O)
pics/%.o: ../common/$$(CHIP)/%.S
$(COMPILE.s) -o $@ $<
! $(POST_PROCESS_S_O)