From 3eca610387779e26c8c63e26d2ba418b0cd1bf5a Mon Sep 17 00:00:00 2001 From: John Levon Date: Fri, 8 Mar 2019 17:40:00 +0000 Subject: 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 Reviewed by: Jerry Jelinek Approved by: Gordon Ross --- usr/src/lib/libcpc/Makefile.com | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr/src/lib/libcpc') diff --git a/usr/src/lib/libcpc/Makefile.com b/usr/src/lib/libcpc/Makefile.com index 8e95766942..78ed2818ad 100644 --- a/usr/src/lib/libcpc/Makefile.com +++ b/usr/src/lib/libcpc/Makefile.com @@ -21,7 +21,7 @@ # # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. # -# Copyright (c) 2018, Joyent, Inc. +# Copyright (c) 2019, Joyent, Inc. LIBRARY = libcpc.a VERS = .1 @@ -31,7 +31,7 @@ OBJECTS = $(ASOBJS) $(MACHCOBJS) $(COBJS) $(V1_OBJS) include ../../Makefile.lib -SRCS = $(ASOBJS:%.o=../$(MACH)/%.s) \ +SRCS = $(ASOBJS:%.o=../$(MACH)/%.s) \ $(MACHCOBJS:%.o=../$(MACH)/%.c) \ $(V1_OBJS:%.o=../common/%.c) \ $(COBJS:%.o=../common/%.c) @@ -66,4 +66,4 @@ pics/%.o: ../$(MACH)/%.c pics/%.o: ../$(MACH)/%.s $(COMPILE.s) -o $@ $< - $(POST_PROCESS_O) + $(POST_PROCESS_S_O) -- cgit v1.2.3