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>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/aes/Makefile
          +++ new/usr/src/uts/intel/aes/Makefile
↓ open down ↓ 15 lines elided ↑ open up ↑
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  22   22  #
  23   23  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
  26      -#       This makefile drives the production of the AES KEF provider.
       26 +# Copyright (c) 2019, Joyent, Inc.
  27   27  #
  28      -#       Intel implementation architecture dependent
  29      -#
  30   28  
  31   29  #
  32   30  #       Path to the base of the uts directory tree (usually /usr/src/uts).
  33   31  #
  34   32  UTSBASE = ../..
  35   33  COM_DIR = $(COMMONBASE)/crypto/aes
  36   34  
  37   35  #
  38   36  #       Define the module and object file sets.
  39   37  #
↓ open down ↓ 50 lines elided ↑ open up ↑
  90   88  #
  91   89  #       Include common targets.
  92   90  #
  93   91  include $(UTSBASE)/intel/Makefile.targ
  94   92  
  95   93  $(OBJS_DIR)/%.ln: $(COM_DIR)/amd64/%.c
  96   94          @($(LHEAD) $(LINT.c) $(COM_DIR)/amd64/${@F:.ln=.c} $(LTAIL))
  97   95  
  98   96  $(OBJS_DIR)/%.o:  $(COM_DIR)/amd64/%.c
  99   97          $(COMPILE.c) -o $@ $(COM_DIR)/amd64/${@F:.o=.c}
 100      -        $(POST_PROCESS_O)
       98 +        $(CTFCONVERT_O)
 101   99  
 102  100  $(OBJS_DIR)/%.o: $(COM_DIR)/amd64/%.s
 103  101          $(COMPILE.s) -o $@ $(COM_DIR)/amd64/${@F:.o=.s}
 104      -        $(POST_PROCESS_O)
 105  102  
 106  103  $(OBJS_DIR)/%.ln: $(COM_DIR)/amd64/%.s
 107  104          @($(LHEAD) $(LINT.s) $(COM_DIR)/amd64/${@F:.ln=.s} $(LTAIL))
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX