Print this page
5007142 Add ntohll and htonll to sys/byteorder.h
6717509 Need to use bswap/bswapq for byte swap of 64-bit integer on x32/x64
PSARC 2008/474


   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   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 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  23 # Use is subject to license terms.
  24 #
  25 # ident "%Z%%M% %I%     %E% SMI"
  26 #
  27 
  28 LIB_PIC= libc_pic.a
  29 VERS=   .1
  30 CPP=    /usr/lib/cpp
  31 TARGET_ARCH=    i386
  32 
  33 VALUES= values-Xa.o
  34 
  35 # objects are grouped by source directory
  36 
  37 # local objects
  38 STRETS=
  39 
  40 CRTOBJS=                        \
  41         cerror.o                \
  42         cerror64.o
  43 
  44 DYNOBJS=                        \
  45         _rtbootld.o
  46 


  91         bcmp.o                  \
  92         bcopy.o                 \
  93         bsearch.o               \
  94         bzero.o                 \
  95         ffs.o                   \
  96         qsort.o                 \
  97         strtol.o                \
  98         strtoul.o
  99 
 100 DTRACEOBJS=                     \
 101         dtrace_data.o
 102 
 103 GENOBJS=                        \
 104         _div64.o                \
 105         _divdi3.o               \
 106         _getsp.o                \
 107         _mul64.o                \
 108         abs.o                   \
 109         alloca.o                \
 110         byteorder.o             \

 111         cuexit.o                \
 112         ecvt.o                  \
 113         errlst.o                \
 114         i386_data.o             \
 115         ladd.o                  \
 116         ldivide.o               \
 117         lmul.o                  \
 118         lock.o                  \
 119         lshiftl.o               \
 120         lsign.o                 \
 121         lsub.o                  \
 122         makectxt.o              \
 123         memccpy.o               \
 124         memchr.o                \
 125         memcmp.o                \
 126         memcpy.o                \
 127         memset.o                \
 128         new_list.o              \
 129         setjmp.o                \
 130         siginfolst.o            \




   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   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 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  23 # Use is subject to license terms.
  24 #


  25 
  26 LIB_PIC= libc_pic.a
  27 VERS=   .1
  28 CPP=    /usr/lib/cpp
  29 TARGET_ARCH=    i386
  30 
  31 VALUES= values-Xa.o
  32 
  33 # objects are grouped by source directory
  34 
  35 # local objects
  36 STRETS=
  37 
  38 CRTOBJS=                        \
  39         cerror.o                \
  40         cerror64.o
  41 
  42 DYNOBJS=                        \
  43         _rtbootld.o
  44 


  89         bcmp.o                  \
  90         bcopy.o                 \
  91         bsearch.o               \
  92         bzero.o                 \
  93         ffs.o                   \
  94         qsort.o                 \
  95         strtol.o                \
  96         strtoul.o
  97 
  98 DTRACEOBJS=                     \
  99         dtrace_data.o
 100 
 101 GENOBJS=                        \
 102         _div64.o                \
 103         _divdi3.o               \
 104         _getsp.o                \
 105         _mul64.o                \
 106         abs.o                   \
 107         alloca.o                \
 108         byteorder.o             \
 109         byteorder64.o           \
 110         cuexit.o                \
 111         ecvt.o                  \
 112         errlst.o                \
 113         i386_data.o             \
 114         ladd.o                  \
 115         ldivide.o               \
 116         lmul.o                  \
 117         lock.o                  \
 118         lshiftl.o               \
 119         lsign.o                 \
 120         lsub.o                  \
 121         makectxt.o              \
 122         memccpy.o               \
 123         memchr.o                \
 124         memcmp.o                \
 125         memcpy.o                \
 126         memset.o                \
 127         new_list.o              \
 128         setjmp.o                \
 129         siginfolst.o            \