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,15 +20,11 @@
 #
 #
 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
-#
-#       This makefile drives the production of the sha2 crypto kernel module.
-#
-#       intel architecture dependent
-#
+# Copyright (c) 2019, Joyent, Inc.
 
 #
 #       Path to the base of the uts directory tree (usually /usr/src/uts).
 #
 UTSBASE = ../..

@@ -103,11 +99,10 @@
 #
 include $(UTSBASE)/intel/Makefile.targ
 
 $(OBJS_DIR)/%.o: %.s
         $(COMPILE.s) -o $@ ${@F:.o=.s}
-        $(POST_PROCESS_O)
 
 $(OBJS_DIR)/%.ln: %.s
         @($(LHEAD) $(LINT.c) ${@F:.ln=.s} $(LTAIL))
 
 sha512-x86_64.s: $(COMDIR)/sha2/amd64/sha512-x86_64.pl