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/cmd/sgs/rtld/Makefile.targ
          +++ new/usr/src/cmd/sgs/rtld/Makefile.targ
↓ open down ↓ 17 lines elided ↑ open up ↑
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
  26   26  # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
  27   27  #
       28 +# Copyright (c) 2019, Joyent, Inc.
       29 +#
  28   30  
  29   31  # Don't generate separate sections for this module
  30   32  pics/debugdata.o :=     XFFLAG=
  31   33  
  32   34  # Since we use RTLD rather than DYNLIB, we must explicitly hook in ctfmerge.
  33   35  $(RTLD) :=      CTFMERGE_POST = $(CTFMERGE_LIB)
  34   36  
  35   37  pics/%.o:       %.s
  36   38                  $(BUILD.s)
  37      -                $(POST_PROCESS_O)
       39 +                $(POST_PROCESS_S_O)
  38   40  
  39   41  pics/%.o:       $(CRTSRCS)/%.s
  40   42                  $(BUILD.s)
  41      -                $(POST_PROCESS_O)
       43 +                $(POST_PROCESS_S_O)
  42   44  
  43   45  pics/%.o:       %.c
  44   46                  $(COMPILE.c) -o $@ $<
  45   47                  $(POST_PROCESS_O)
  46   48  
  47   49  pics/%.o:       ../common/%.c
  48   50                  $(COMPILE.c) -o $@ $<
  49   51                  $(POST_PROCESS_O)
  50   52  
  51   53  pics/%.o:       $(VAR_AVLDIR)/%.c
↓ open down ↓ 51 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX