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/libmvec/Makefile.com
          +++ new/usr/src/lib/libmvec/Makefile.com
↓ open down ↓ 4 lines elided ↑ open up ↑
   5    5  # 1.0 of the CDDL.
   6    6  #
   7    7  # A full copy of the text of the CDDL should have accompanied this
   8    8  # source.  A copy of the CDDL is also available via the Internet at
   9    9  # http://www.illumos.org/license/CDDL.
  10   10  #
  11   11  
  12   12  #
  13   13  # Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  14   14  #
       15 +# Copyright (c) 2019, Joyent, Inc.
       16 +#
  15   17  
  16   18  LIBMDIR         = $(SRC)/lib/libm
  17   19  
  18   20  mvecOBJS        = \
  19   21                  __vTBL_atan1.o \
  20   22                  __vTBL_atan2.o \
  21   23                  __vTBL_rsqrt.o \
  22   24                  __vTBL_sincos.o \
  23   25                  __vTBL_sincos2.o \
  24   26                  __vTBL_sqrtf.o \
↓ open down ↓ 127 lines elided ↑ open up ↑
 152  154                  __vsqrtf_ultra3.o
 153  155  
 154  156  include         $(SRC)/lib/Makefile.lib
 155  157  include         $(SRC)/lib/Makefile.rootfs
 156  158  include         $(LIBMDIR)/Makefile.libm.com
 157  159  
 158  160  LIBS            = $(DYNLIB)
 159  161  SRCDIR          = ../common/
 160  162  DYNFLAGS        += $(ZIGNORE)
 161  163  
 162      -LINTERROFF      = -erroff=E_FP_DIVISION_BY_ZERO 
      164 +LINTERROFF      = -erroff=E_FP_DIVISION_BY_ZERO
 163  165  LINTERROFF      += -erroff=E_FP_INVALID
 164  166  LINTERROFF      += -erroff=E_BAD_PTR_CAST_ALIGN
 165  167  LINTERROFF      += -erroff=E_ASSIGMENT_CAUSE_LOSS_PREC
 166  168  LINTERROFF      += -erroff=E_FUNC_SET_NOT_USED
 167  169  
 168  170  LINTFLAGS       += $(LINTERROFF)
 169  171  LINTFLAGS64     += $(LINTERROFF)
 170  172  LINTFLAGS64     += -errchk=longptr64
 171  173  
 172  174  CLAGS           += $(LINTERROFF)
↓ open down ↓ 94 lines elided ↑ open up ↑
 267  269          ../common/vz_pow_.c
 268  270  
 269  271  .KEEP_STATE:
 270  272  
 271  273  all:    $(LIBS)
 272  274  
 273  275  lint:   lintcheck
 274  276  
 275  277  pics/%.o: ../$(TARGET_ARCH)/src/%.S
 276  278          $(COMPILE.s) -o $@ $<
 277      -        $(POST_PROCESS_O)
      279 +        $(POST_PROCESS_S_O)
 278  280  
 279  281  pics/%.o: ../common/$$(CHIP)/%.S
 280  282          $(COMPILE.s) -o $@ $<
 281      -        $(POST_PROCESS_O)
      283 +        $(POST_PROCESS_S_O)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX