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/brand/shared/brand/Makefile.com
          +++ new/usr/src/lib/brand/shared/brand/Makefile.com
↓ 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  #
  22   22  # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  #
  24   24  # Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
  25   25  #
       26 +# Copyright (c) 2019, Joyent, Inc.
       27 +#
  26   28  
  27   29  COBJS =         brand_util.o
  28   30  ASOBJS =        crt.o handler.o runexe.o
  29   31  OFFSETS_SRC =   ../common/offsets.in
  30   32  OFFSETS_H =     assym.h
  31   33  OBJECTS =       $(COBJS) $(ASOBJS)
  32   34  CLOBBERFILES += $(OFFSETS_H)
  33   35  
  34   36  include $(SRC)/lib/Makefile.lib
  35   37  
↓ open down ↓ 31 lines elided ↑ open up ↑
  67   69  
  68   70  lint: lintcheck
  69   71  
  70   72  $(OBJECTS:%=pics/%): $(OFFSETS_H)
  71   73  
  72   74  $(OFFSETS_H): $(OFFSETS_SRC)
  73   75          $(OFFSETS_CREATE) < $(OFFSETS_SRC) >$@
  74   76  
  75   77  pics/%.o: $(ISASRCDIR)/%.s
  76   78          $(COMPILE.s) -o $@ $<
  77      -        $(POST_PROCESS_O)
       79 +        $(POST_PROCESS_S_O)
  78   80  
  79   81  include $(SRC)/lib/Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX