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/lib/libtnfprobe/Makefile.com
          +++ new/usr/src/lib/libtnfprobe/Makefile.com
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  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  #
  22   22  # Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  #
  24      -# Copyright (c) 2018, Joyent, Inc.
       24 +# Copyright (c) 2019, Joyent, Inc.
  25   25  
  26   26  LIBRARY=        libtnfprobe.a
  27   27  VERS=           .1
  28   28  OBJECTS.c=      tnf_buf.o       \
  29   29                  trace_init.o    \
  30   30                  trace_funcs.o   \
  31   31                  debug_funcs.o   \
  32   32                  probe_mem.o     \
  33   33                  tnf_args.o      \
  34   34                  tnf_trace.o     \
↓ open down ↓ 55 lines elided ↑ open up ↑
  90   90  
  91   91  $(ROOTHDRDIR)/% : %
  92   92          $(INS.file)
  93   93  
  94   94  #ASFLAGS=       $(AS_PICFLAGS) -P -D_SYS_SYS_S -D_LOCORE -D_ASM -DPIC -DLOCORE $(CPPFLAGS)
  95   95  ASFLAGS=        -P -D_SYS_SYS_S -D_LOCORE -D_ASM -DPIC -DLOCORE $(CPPFLAGS)
  96   96  BUILD.s=        $(AS) $(ASFLAGS) $< -o $@
  97   97  
  98   98  objs/%.o pics/%.o: ../%.s
  99   99                  $(COMPILE.s) -o $@ $<
 100      -                $(POST_PROCESS_O)
      100 +                $(POST_PROCESS_S_O)
 101  101  
 102  102  pics/%.o objs/%.o: ../%.c
 103  103                  $(COMPILE.c) -o $@ $<
 104  104                  $(POST_PROCESS_O)
 105  105  
 106  106  pics/%.o objs/%.o:      $(UFSDIR)/%.c
 107  107                  $(COMPILE.c) -o $@ $<
 108  108                  $(POST_PROCESS_O)
 109  109  
 110  110  include ../../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX