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>


   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
  24 # Use is subject to license terms.
  25 #
  26 # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
  27 #


  28 
  29 # Don't generate separate sections for this module
  30 pics/debugdata.o :=     XFFLAG=
  31 
  32 # Since we use RTLD rather than DYNLIB, we must explicitly hook in ctfmerge.
  33 $(RTLD) :=      CTFMERGE_POST = $(CTFMERGE_LIB)
  34 
  35 pics/%.o:       %.s
  36                 $(BUILD.s)
  37                 $(POST_PROCESS_O)
  38 
  39 pics/%.o:       $(CRTSRCS)/%.s
  40                 $(BUILD.s)
  41                 $(POST_PROCESS_O)
  42 
  43 pics/%.o:       %.c
  44                 $(COMPILE.c) -o $@ $<
  45                 $(POST_PROCESS_O)
  46 
  47 pics/%.o:       ../common/%.c
  48                 $(COMPILE.c) -o $@ $<
  49                 $(POST_PROCESS_O)
  50 
  51 pics/%.o:       $(VAR_AVLDIR)/%.c
  52                 $(COMPILE.c) -o $@ $<
  53                 $(POST_PROCESS_O)
  54 
  55 pics/%.o:       $(VAR_DTRDIR)/%.c
  56                 $(COMPILE.c) -o $@ $<
  57                 $(POST_PROCESS_O)
  58 
  59 pics/%.o:       $(SGSTOOLS)/common/%.c
  60                 $(COMPILE.c) -o $@ $<
  61                 $(POST_PROCESS_O)




   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
  24 # Use is subject to license terms.
  25 #
  26 # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
  27 #
  28 # Copyright (c) 2019, Joyent, Inc.
  29 #
  30 
  31 # Don't generate separate sections for this module
  32 pics/debugdata.o :=     XFFLAG=
  33 
  34 # Since we use RTLD rather than DYNLIB, we must explicitly hook in ctfmerge.
  35 $(RTLD) :=      CTFMERGE_POST = $(CTFMERGE_LIB)
  36 
  37 pics/%.o:       %.s
  38                 $(BUILD.s)
  39                 $(POST_PROCESS_S_O)
  40 
  41 pics/%.o:       $(CRTSRCS)/%.s
  42                 $(BUILD.s)
  43                 $(POST_PROCESS_S_O)
  44 
  45 pics/%.o:       %.c
  46                 $(COMPILE.c) -o $@ $<
  47                 $(POST_PROCESS_O)
  48 
  49 pics/%.o:       ../common/%.c
  50                 $(COMPILE.c) -o $@ $<
  51                 $(POST_PROCESS_O)
  52 
  53 pics/%.o:       $(VAR_AVLDIR)/%.c
  54                 $(COMPILE.c) -o $@ $<
  55                 $(POST_PROCESS_O)
  56 
  57 pics/%.o:       $(VAR_DTRDIR)/%.c
  58                 $(COMPILE.c) -o $@ $<
  59                 $(POST_PROCESS_O)
  60 
  61 pics/%.o:       $(SGSTOOLS)/common/%.c
  62                 $(COMPILE.c) -o $@ $<
  63                 $(POST_PROCESS_O)