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/Makefile.lib
          +++ new/usr/src/lib/Makefile.lib
↓ open down ↓ 14 lines elided ↑ open up ↑
  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  # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
  22   22  # Copyright 2015 Gary Mills
  23   23  # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
  24   24  # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  25      -# Copyright (c) 2015, Joyent, Inc.
       25 +# Copyright 2019, Joyent, Inc.
  26   26  #
  27   27  #
  28   28  # Definitions common to libraries.
  29   29  #
  30   30  # include global definitions; SRC should be defined in the shell.
  31   31  # SRC is needed until RFE 1026993 is implemented.
  32   32  
  33   33  include         $(SRC)/Makefile.master
  34   34  
  35   35  LORDER=         lorder
↓ open down ↓ 169 lines elided ↑ open up ↑
 205  205                  $(BDIRECT) $(NORUNPATH)
 206  206  
 207  207  
 208  208  # build rule for "portable" source
 209  209  objs/%.o pics/%.o: %.c
 210  210          $(COMPILE.c) -o $@ $<
 211  211          $(POST_PROCESS_O)
 212  212  
 213  213  objs/%.o pics/%.o: %.cc
 214  214          $(COMPILE.cc) -o $@ $<
 215      -        $(POST_PROCESS_O)
      215 +        $(POST_PROCESS_CC_O)
 216  216  
 217  217  .PRECIOUS: $(LIBS)
 218  218  
 219  219  # Define the majority text domain in this directory.
 220  220  TEXT_DOMAIN= SUNW_OST_OSLIB
 221  221  
 222  222  #
 223  223  # Target Architecture
 224  224  #
 225  225  TARGETMACH=     $(MACH)
↓ open down ↓ 18 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX