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,13 +20,12 @@
 #
 
 #
 # Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
 # Copyright 2017 Jason King
-# Copyright (c) 2018, Joyent, Inc.
+# Copyright (c) 2019, Joyent, Inc.
 #
-# Copyright (c) 2018, Joyent, Inc.
 
 LIBRARY =       libsoftcrypto.a
 VERS =          .1
 
 include         ../Makefile.com

@@ -85,27 +84,27 @@
                 $(COMPILE.c) $(AES_FLAGS) -o $@ $<
                 $(POST_PROCESS_O)
 
 pics/%.o: $(AES_DIR)/$(MACH64)/%.s
                 $(COMPILE.s) $(AES_FLAGS) -o $@ $<
-                $(POST_PROCESS_O)
+                $(POST_PROCESS_S_O)
 
 pics/%.o: $(BIGNUM_DIR)/$(MACH64)/%.c
                 $(COMPILE.c) $(BIGNUM_FLAGS) -o $@ $<
                 $(POST_PROCESS_O)
 
 pics/%.o: $(BIGNUM_DIR)/$(MACH64)/%.s
                 $(COMPILE64.s) $(BIGNUM_FLAGS) -o $@ $<
-                $(POST_PROCESS_O)
+                $(POST_PROCESS_S_O)
 
 pics/%.o: $(MODES_DIR)/$(MACH64)/%.s
                 $(COMPILE64.s) $(MODES_FLAGS) -o $@ $<
-                $(POST_PROCESS_O)
+                $(POST_PROCESS_S_O)
 
 include         ../Makefile.targ
 
 arcfour-x86_64.s: $(ARCFOUR_DIR)/amd64/arcfour-x86_64.pl
                 $(PERL) $? $@
 
 pics/%.o: arcfour-x86_64.s
                 $(COMPILE64.s) $(ARCFOUR_FLAGS) -o $@ $<
-                $(POST_PROCESS_O)
+                $(POST_PROCESS_S_O)