1 #
   2 # CDDL HEADER START
   3 #
   4 # The contents of this file are subject to the terms of the
   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 2016 Gary Mills
  23 # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright (c) 2015, Joyent, Inc.  All rights reserved.
  25 # Copyright (c) 2013, OmniTI Computer Consulting, Inc. All rights reserved.
  26 # Copyright 2013 Garrett D'Amore <garrett@damore.org>
  27 #
  28 # Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  29 # Use is subject to license terms.
  30 #
  31 
  32 LIBCDIR=        $(SRC)/lib/libc
  33 LIB_PIC=        libc_pic.a
  34 VERS=           .1
  35 CPP=            /usr/lib/cpp
  36 TARGET_ARCH=    sparc
  37 
  38 # objects are grouped by source directory
  39 
  40 # Symbol capabilities objects.
  41 EXTPICS=                        \
  42         $(LIBCDIR)/capabilities/sun4u/sparcv9/pics/symcap.o \
  43         $(LIBCDIR)/capabilities/sun4u-opl/sparcv9/pics/symcap.o \
  44         $(LIBCDIR)/capabilities/sun4u-us3-hwcap1/sparcv9/pics/symcap.o \
  45         $(LIBCDIR)/capabilities/sun4u-us3-hwcap2/sparcv9/pics/symcap.o \
  46         $(LIBCDIR)/capabilities/sun4v-hwcap1/sparcv9/pics/symcap.o \
  47         $(LIBCDIR)/capabilities/sun4v-hwcap2/sparcv9/pics/symcap.o
  48 
  49 # local objects
  50 STRETS=
  51 
  52 CRTOBJS=                        \
  53         __align_cpy_2.o         \
  54         __align_cpy_4.o         \
  55         __align_cpy_8.o         \
  56         _ftou.o                 \
  57         cerror.o
  58 
  59 DYNOBJS=
  60 
  61 FPOBJS=                         \
  62         _D_cplx_div.o           \
  63         _D_cplx_div_ix.o        \
  64         _D_cplx_div_rx.o        \
  65         _D_cplx_mul.o           \
  66         _F_cplx_div.o           \
  67         _F_cplx_div_ix.o        \
  68         _F_cplx_div_rx.o        \
  69         _F_cplx_mul.o           \
  70         _Q_add.o                \
  71         _Q_cmp.o                \
  72         _Q_cmpe.o               \
  73         _Q_cplx_div.o           \
  74         _Q_cplx_div_ix.o        \
  75         _Q_cplx_div_rx.o        \
  76         _Q_cplx_lr_div.o        \
  77         _Q_cplx_lr_div_ix.o     \
  78         _Q_cplx_lr_div_rx.o     \
  79         _Q_cplx_lr_mul.o        \
  80         _Q_cplx_mul.o           \
  81         _Q_div.o                \
  82         _Q_dtoq.o               \
  83         _Q_fcc.o                \
  84         _Q_itoq.o               \
  85         _Q_mul.o                \
  86         _Q_neg.o                \
  87         _Q_qtod.o               \
  88         _Q_qtoi.o               \
  89         _Q_qtos.o               \
  90         _Q_qtou.o               \
  91         _Q_scl.o                \
  92         _Q_sqrt.o               \
  93         _Q_stoq.o               \
  94         _Q_sub.o                \
  95         _Q_utoq.o
  96 
  97 FPOBJS64=                       \
  98         _Qp_qtox.o              \
  99         _Qp_qtoux.o             \
 100         _Qp_xtoq.o              \
 101         _Qp_uxtoq.o             \
 102         __dtoul.o               \
 103         __ftoul.o
 104 
 105 FPASMOBJS=                      \
 106         _Q_get_rp_rd.o          \
 107         __quad_mag64.o          \
 108         fpgetmask.o             \
 109         fpgetrnd.o              \
 110         fpgetsticky.o           \
 111         fpsetmask.o             \
 112         fpsetrnd.o              \
 113         fpsetsticky.o
 114 
 115 $(__GNUC)FPASMOBJS +=           \
 116         __quad.o
 117 
 118 ATOMICOBJS=                     \
 119         atomic.o
 120 
 121 CHACHAOBJS=                     \
 122         chacha.o
 123 
 124 XATTROBJS=                      \
 125         xattr_common.o
 126 
 127 COMOBJS=                        \
 128         bcmp.o                  \
 129         bcopy.o                 \
 130         bsearch.o               \
 131         bzero.o                 \
 132         memccpy.o               \
 133         qsort.o                 \
 134         strtol.o                \
 135         strtoul.o               \
 136         strtoll.o               \
 137         strtoull.o
 138 
 139 GENOBJS=                        \
 140         _getsp.o                \
 141         _xregs_clrptr.o         \
 142         abs.o                   \
 143         alloca.o                \
 144         arc4random.o            \
 145         arc4random_uniform.o    \
 146         ascii_strcasecmp.o      \
 147         byteorder.o             \
 148         cuexit.o                \
 149         ecvt.o                  \
 150         getctxt.o               \
 151         lock.o                  \
 152         makectxt.o              \
 153         memchr.o                \
 154         memcmp.o                \
 155         new_list.o              \
 156         setjmp.o                \
 157         siginfolst.o            \
 158         siglongjmp.o            \
 159         smt_pause.o             \
 160         sparc_data.o            \
 161         strchr.o                \
 162         strcmp.o                \
 163         strlcpy.o               \
 164         strncmp.o               \
 165         strncpy.o               \
 166         strnlen.o               \
 167         swapctxt.o              \
 168         sync_instruction_memory.o
 169 
 170 # Preserved solely to ease maintenance of 32-bit and 64-bit library builds
 171 # This macro should ALWAYS be empty; native APIs are already 'large file'.
 172 COMSYSOBJS64=
 173 
 174 SYSOBJS64=
 175 
 176 COMSYSOBJS=                     \
 177         __clock_timer.o         \
 178         __getloadavg.o          \
 179         __rusagesys.o           \
 180         __signotify.o           \
 181         __sigrt.o               \
 182         __time.o                \
 183         _lgrp_home_fast.o       \
 184         _lgrpsys.o              \
 185         _nfssys.o               \
 186         _portfs.o               \
 187         _pset.o                 \
 188         _rpcsys.o               \
 189         _sigaction.o            \
 190         _so_accept.o            \
 191         _so_bind.o              \
 192         _so_connect.o           \
 193         _so_getpeername.o       \
 194         _so_getsockname.o       \
 195         _so_getsockopt.o        \
 196         _so_listen.o            \
 197         _so_recv.o              \
 198         _so_recvfrom.o          \
 199         _so_recvmsg.o           \
 200         _so_send.o              \
 201         _so_sendmsg.o           \
 202         _so_sendto.o            \
 203         _so_setsockopt.o        \
 204         _so_shutdown.o          \
 205         _so_socket.o            \
 206         _so_socketpair.o        \
 207         _sockconfig.o           \
 208         acct.o                  \
 209         acl.o                   \
 210         adjtime.o               \
 211         alarm.o                 \
 212         brk.o                   \
 213         chdir.o                 \
 214         chroot.o                \
 215         cladm.o                 \
 216         close.o                 \
 217         execve.o                \
 218         exit.o                  \
 219         facl.o                  \
 220         fchdir.o                \
 221         fchroot.o               \
 222         fdsync.o                \
 223         fpathconf.o             \
 224         fstatfs.o               \
 225         fstatvfs.o              \
 226         getcpuid.o              \
 227         getdents.o              \
 228         getegid.o               \
 229         geteuid.o               \
 230         getgid.o                \
 231         getgroups.o             \
 232         gethrtime.o             \
 233         getitimer.o             \
 234         getmsg.o                \
 235         getpid.o                \
 236         getpmsg.o               \
 237         getppid.o               \
 238         getrandom.o             \
 239         getrlimit.o             \
 240         getuid.o                \
 241         gtty.o                  \
 242         install_utrap.o         \
 243         ioctl.o                 \
 244         kaio.o                  \
 245         kill.o                  \
 246         llseek.o                \
 247         lseek.o                 \
 248         memcntl.o               \
 249         mincore.o               \
 250         mmap.o                  \
 251         mmapobjsys.o            \
 252         modctl.o                \
 253         mount.o                 \
 254         mprotect.o              \
 255         munmap.o                \
 256         nice.o                  \
 257         ntp_adjtime.o           \
 258         ntp_gettime.o           \
 259         p_online.o              \
 260         pathconf.o              \
 261         pause.o                 \
 262         pcsample.o              \
 263         pipe2.o                 \
 264         pollsys.o               \
 265         pread.o                 \
 266         preadv.o                \
 267         priocntlset.o           \
 268         processor_bind.o        \
 269         processor_info.o        \
 270         profil.o                \
 271         putmsg.o                \
 272         putpmsg.o               \
 273         pwrite.o                \
 274         pwritev.o               \
 275         read.o                  \
 276         readv.o                 \
 277         resolvepath.o           \
 278         seteguid.o              \
 279         setgid.o                \
 280         setgroups.o             \
 281         setitimer.o             \
 282         setreid.o               \
 283         setrlimit.o             \
 284         setuid.o                \
 285         sigaltstk.o             \
 286         sigprocmsk.o            \
 287         sigsendset.o            \
 288         sigsuspend.o            \
 289         statfs.o                \
 290         statvfs.o               \
 291         stty.o                  \
 292         sync.o                  \
 293         sysconfig.o             \
 294         sysfs.o                 \
 295         sysinfo.o               \
 296         syslwp.o                \
 297         times.o                 \
 298         ulimit.o                \
 299         umask.o                 \
 300         umount2.o               \
 301         utssys.o                \
 302         uucopy.o                \
 303         vhangup.o               \
 304         waitid.o                \
 305         write.o                 \
 306         writev.o                \
 307         yield.o
 308 
 309 SYSOBJS=                        \
 310         __clock_gettime.o       \
 311         __getcontext.o          \
 312         __uadmin.o              \
 313         _lwp_mutex_unlock.o     \
 314         _stack_grow.o           \
 315         door.o                  \
 316         forkx.o                 \
 317         forkallx.o              \
 318         gettimeofday.o          \
 319         sparc_utrap_install.o   \
 320         syscall.o               \
 321         tls_get_addr.o          \
 322         uadmin.o                \
 323         umount.o                \
 324         uname.o                 \
 325         vforkx.o
 326 
 327 # Preserved solely to ease maintenance of 32-bit and 64-bit library builds
 328 # This macro should ALWAYS be empty; native APIs are already 'large file'.
 329 PORTGEN64=
 330 
 331 # objects from source under $(LIBCDIR)/port
 332 PORTFP=                         \
 333         __flt_decim.o           \
 334         __flt_rounds.o          \
 335         __tbl_10_b.o            \
 336         __tbl_10_h.o            \
 337         __tbl_10_s.o            \
 338         __tbl_2_b.o             \
 339         __tbl_2_h.o             \
 340         __tbl_2_s.o             \
 341         __tbl_fdq.o             \
 342         __tbl_tens.o            \
 343         __x_power.o             \
 344         _base_sup.o             \
 345         aconvert.o              \
 346         decimal_bin.o           \
 347         double_decim.o          \
 348         econvert.o              \
 349         fconvert.o              \
 350         file_decim.o            \
 351         finite.o                \
 352         fp_data.o               \
 353         func_decim.o            \
 354         gconvert.o              \
 355         hex_bin.o               \
 356         ieee_globals.o          \
 357         pack_float.o            \
 358         sigfpe.o                \
 359         string_decim.o
 360 
 361 PORTGEN=                        \
 362         _env_data.o             \
 363         _xftw.o                 \
 364         a64l.o                  \
 365         abort.o                 \
 366         addsev.o                \
 367         ascii_strncasecmp.o     \
 368         assert.o                \
 369         attrat.o                \
 370         atof.o                  \
 371         atoi.o                  \
 372         atol.o                  \
 373         atoll.o                 \
 374         attropen.o              \
 375         atexit.o                \
 376         atfork.o                \
 377         basename.o              \
 378         calloc.o                \
 379         catgets.o               \
 380         catopen.o               \
 381         cfgetispeed.o           \
 382         cfgetospeed.o           \
 383         cfree.o                 \
 384         cfsetispeed.o           \
 385         cfsetospeed.o           \
 386         cftime.o                \
 387         clock.o                 \
 388         closedir.o              \
 389         closefrom.o             \
 390         confstr.o               \
 391         crypt.o                 \
 392         csetlen.o               \
 393         ctime.o                 \
 394         ctime_r.o               \
 395         daemon.o                \
 396         deflt.o                 \
 397         directio.o              \
 398         dirname.o               \
 399         div.o                   \
 400         drand48.o               \
 401         dup.o                   \
 402         env_data.o              \
 403         err.o                   \
 404         errno.o                 \
 405         euclen.o                \
 406         event_port.o            \
 407         execvp.o                \
 408         explicit_bzero.o        \
 409         fattach.o               \
 410         fdetach.o               \
 411         fdopendir.o             \
 412         ffs.o                   \
 413         flock.o                 \
 414         fls.o                   \
 415         fmtmsg.o                \
 416         ftime.o                 \
 417         ftok.o                  \
 418         ftw.o                   \
 419         gcvt.o                  \
 420         getauxv.o               \
 421         getcwd.o                \
 422         getdate_err.o           \
 423         getdtblsize.o           \
 424         getentropy.o            \
 425         getenv.o                \
 426         getexecname.o           \
 427         getgrnam.o              \
 428         getgrnam_r.o            \
 429         gethostid.o             \
 430         gethostname.o           \
 431         gethz.o                 \
 432         getisax.o               \
 433         getloadavg.o            \
 434         getlogin.o              \
 435         getmntent.o             \
 436         getnetgrent.o           \
 437         get_nprocs.o            \
 438         getopt.o                \
 439         getopt_long.o           \
 440         getpagesize.o           \
 441         getpw.o                 \
 442         getpwnam.o              \
 443         getpwnam_r.o            \
 444         getrusage.o             \
 445         getspent.o              \
 446         getspent_r.o            \
 447         getsubopt.o             \
 448         gettxt.o                \
 449         getusershell.o          \
 450         getut.o                 \
 451         getutx.o                \
 452         getvfsent.o             \
 453         getwd.o                 \
 454         getwidth.o              \
 455         getxby_door.o           \
 456         gtxt.o                  \
 457         hsearch.o               \
 458         iconv.o                 \
 459         imaxabs.o               \
 460         imaxdiv.o               \
 461         index.o                 \
 462         initgroups.o            \
 463         insque.o                \
 464         isaexec.o               \
 465         isastream.o             \
 466         isatty.o                \
 467         killpg.o                \
 468         klpdlib.o               \
 469         l64a.o                  \
 470         lckpwdf.o               \
 471         lconstants.o            \
 472         ldivide.o               \
 473         lexp10.o                \
 474         lfind.o                 \
 475         lfmt.o                  \
 476         lfmt_log.o              \
 477         lldiv.o                 \
 478         llog10.o                \
 479         lltostr.o               \
 480         lmath.o                 \
 481         localtime.o             \
 482         lsearch.o               \
 483         madvise.o               \
 484         malloc.o                \
 485         memalign.o              \
 486         memmem.o                \
 487         mkdev.o                 \
 488         mkdtemp.o               \
 489         mkfifo.o                \
 490         mkstemp.o               \
 491         mktemp.o                \
 492         mlock.o                 \
 493         mlockall.o              \
 494         mon.o                   \
 495         msync.o                 \
 496         munlock.o               \
 497         munlockall.o            \
 498         ndbm.o                  \
 499         nftw.o                  \
 500         nlspath_checks.o        \
 501         nsparse.o               \
 502         nss_common.o            \
 503         nss_dbdefs.o            \
 504         nss_deffinder.o         \
 505         opendir.o               \
 506         opt_data.o              \
 507         perror.o                \
 508         pfmt.o                  \
 509         pfmt_data.o             \
 510         pfmt_print.o            \
 511         pipe.o                  \
 512         plock.o                 \
 513         poll.o                  \
 514         posix_fadvise.o         \
 515         posix_fallocate.o       \
 516         posix_madvise.o         \
 517         posix_memalign.o        \
 518         priocntl.o              \
 519         privlib.o               \
 520         priv_str_xlate.o        \
 521         psiginfo.o              \
 522         psignal.o               \
 523         pt.o                    \
 524         putpwent.o              \
 525         putspent.o              \
 526         raise.o                 \
 527         rand.o                  \
 528         random.o                \
 529         rctlops.o               \
 530         readdir.o               \
 531         readdir_r.o             \
 532         realpath.o              \
 533         reboot.o                \
 534         regexpr.o               \
 535         remove.o                \
 536         rewinddir.o             \
 537         rindex.o                \
 538         scandir.o               \
 539         seekdir.o               \
 540         select.o                \
 541         setlabel.o              \
 542         setpriority.o           \
 543         settimeofday.o          \
 544         sh_locks.o              \
 545         sigflag.o               \
 546         siglist.o               \
 547         sigsend.o               \
 548         sigsetops.o             \
 549         ssignal.o               \
 550         stack.o                 \
 551         stpcpy.o                \
 552         stpncpy.o               \
 553         str2sig.o               \
 554         strcase_charmap.o       \
 555         strcat.o                \
 556         strchrnul.o             \
 557         strcspn.o               \
 558         strdup.o                \
 559         strerror.o              \
 560         strlcat.o               \
 561         strncat.o               \
 562         strndup.o               \
 563         strpbrk.o               \
 564         strrchr.o               \
 565         strsep.o                \
 566         strsignal.o             \
 567         strspn.o                \
 568         strstr.o                \
 569         strtod.o                \
 570         strtoimax.o             \
 571         strtok.o                \
 572         strtok_r.o              \
 573         strtoumax.o             \
 574         swab.o                  \
 575         swapctl.o               \
 576         sysconf.o               \
 577         syslog.o                \
 578         tcdrain.o               \
 579         tcflow.o                \
 580         tcflush.o               \
 581         tcgetattr.o             \
 582         tcgetpgrp.o             \
 583         tcgetsid.o              \
 584         tcsendbreak.o           \
 585         tcsetattr.o             \
 586         tcsetpgrp.o             \
 587         tell.o                  \
 588         telldir.o               \
 589         tfind.o                 \
 590         time_data.o             \
 591         time_gdata.o            \
 592         tls_data.o              \
 593         truncate.o              \
 594         tsdalloc.o              \
 595         tsearch.o               \
 596         ttyname.o               \
 597         ttyslot.o               \
 598         ualarm.o                \
 599         ucred.o                 \
 600         valloc.o                \
 601         vlfmt.o                 \
 602         vpfmt.o                 \
 603         waitpid.o               \
 604         walkstack.o             \
 605         wdata.o                 \
 606         xgetwidth.o             \
 607         xpg4.o                  \
 608         xpg6.o
 609 
 610 PORTPRINT_W=                    \
 611         doprnt_w.o
 612 
 613 PORTPRINT=                      \
 614         asprintf.o              \
 615         doprnt.o                \
 616         fprintf.o               \
 617         printf.o                \
 618         snprintf.o              \
 619         sprintf.o               \
 620         vfprintf.o              \
 621         vprintf.o               \
 622         vsnprintf.o             \
 623         vsprintf.o              \
 624         vwprintf.o              \
 625         wprintf.o
 626 
 627 # Preserved solely to ease maintenance of 32-bit and 64-bit library builds
 628 # This macro should ALWAYS be empty; native APIs are already 'large file'.
 629 PORTSTDIO64=
 630 
 631 PORTSTDIO_W=                    \
 632         doscan_w.o
 633 
 634 PORTSTDIO=                      \
 635         __extensions.o          \
 636         _endopen.o              \
 637         _filbuf.o               \
 638         _findbuf.o              \
 639         _flsbuf.o               \
 640         _wrtchk.o               \
 641         clearerr.o              \
 642         ctermid.o               \
 643         ctermid_r.o             \
 644         cuserid.o               \
 645         data.o                  \
 646         doscan.o                \
 647         fdopen.o                \
 648         feof.o                  \
 649         ferror.o                \
 650         fgetc.o                 \
 651         fgets.o                 \
 652         fileno.o                \
 653         flockf.o                \
 654         flush.o                 \
 655         fopen.o                 \
 656         fpos.o                  \
 657         fputc.o                 \
 658         fputs.o                 \
 659         fread.o                 \
 660         fseek.o                 \
 661         fseeko.o                \
 662         ftell.o                 \
 663         ftello.o                \
 664         fwrite.o                \
 665         getc.o                  \
 666         getchar.o               \
 667         getline.o               \
 668         getpass.o               \
 669         gets.o                  \
 670         getw.o                  \
 671         popen.o                 \
 672         putc.o                  \
 673         putchar.o               \
 674         puts.o                  \
 675         putw.o                  \
 676         rewind.o                \
 677         scanf.o                 \
 678         setbuf.o                \
 679         setbuffer.o             \
 680         setvbuf.o               \
 681         system.o                \
 682         tempnam.o               \
 683         tmpfile.o               \
 684         tmpnam_r.o              \
 685         ungetc.o                \
 686         mse.o                   \
 687         vscanf.o                \
 688         vwscanf.o               \
 689         wscanf.o
 690 
 691 PORTI18N=                       \
 692         getwchar.o              \
 693         putwchar.o              \
 694         putws.o                 \
 695         strtows.o               \
 696         wcsnlen.o               \
 697         wcstoimax.o             \
 698         wcstol.o                \
 699         wcstoul.o               \
 700         wcswcs.o                \
 701         wscat.o                 \
 702         wschr.o                 \
 703         wscmp.o                 \
 704         wscpy.o                 \
 705         wscspn.o                \
 706         wsdup.o                 \
 707         wslen.o                 \
 708         wsncat.o                \
 709         wsncmp.o                \
 710         wsncpy.o                \
 711         wspbrk.o                \
 712         wsprintf.o              \
 713         wsrchr.o                \
 714         wsscanf.o               \
 715         wsspn.o                 \
 716         wstod.o                 \
 717         wstok.o                 \
 718         wstol.o                 \
 719         wstoll.o                \
 720         wsxfrm.o                \
 721         wmemchr.o               \
 722         wmemcmp.o               \
 723         wmemcpy.o               \
 724         wmemmove.o              \
 725         wmemset.o               \
 726         wcsstr.o                \
 727         gettext.o               \
 728         gettext_real.o          \
 729         gettext_util.o          \
 730         gettext_gnu.o           \
 731         plural_parser.o         \
 732         wdresolve.o             \
 733         _ctype.o                \
 734         isascii.o               \
 735         toascii.o
 736 
 737 PORTI18N_COND=                  \
 738         wcstol_longlong.o       \
 739         wcstoul_longlong.o
 740 
 741 PORTLOCALE=                     \
 742         big5.o                  \
 743         btowc.o                 \
 744         collate.o               \
 745         collcmp.o               \
 746         euc.o                   \
 747         fnmatch.o               \
 748         fgetwc.o                \
 749         fgetws.o                \
 750         fix_grouping.o          \
 751         fputwc.o                \
 752         fputws.o                \
 753         fwide.o                 \
 754         gb18030.o               \
 755         gb2312.o                \
 756         gbk.o                   \
 757         getdate.o               \
 758         isdigit.o               \
 759         iswctype.o              \
 760         ldpart.o                \
 761         lmessages.o             \
 762         lnumeric.o              \
 763         lmonetary.o             \
 764         localeconv.o            \
 765         localeimpl.o            \
 766         mbftowc.o               \
 767         mblen.o                 \
 768         mbrlen.o                \
 769         mbrtowc.o               \
 770         mbsinit.o               \
 771         mbsnrtowcs.o            \
 772         mbsrtowcs.o             \
 773         mbstowcs.o              \
 774         mbtowc.o                \
 775         mskanji.o               \
 776         nextwctype.o            \
 777         nl_langinfo.o           \
 778         none.o                  \
 779         regcomp.o               \
 780         regfree.o               \
 781         regerror.o              \
 782         regexec.o               \
 783         rune.o                  \
 784         runetype.o              \
 785         setlocale.o             \
 786         setrunelocale.o         \
 787         strcasecmp.o            \
 788         strcasestr.o            \
 789         strcoll.o               \
 790         strfmon.o               \
 791         strftime.o              \
 792         strncasecmp.o           \
 793         strptime.o              \
 794         strxfrm.o               \
 795         table.o                 \
 796         timelocal.o             \
 797         tolower.o               \
 798         towlower.o              \
 799         ungetwc.o               \
 800         utf8.o                  \
 801         wcrtomb.o               \
 802         wcscasecmp.o            \
 803         wcscoll.o               \
 804         wcsftime.o              \
 805         wcsnrtombs.o            \
 806         wcsrtombs.o             \
 807         wcstombs.o              \
 808         wcswidth.o              \
 809         wcsxfrm.o               \
 810         wctob.o                 \
 811         wctomb.o                \
 812         wctrans.o               \
 813         wctype.o                \
 814         wcwidth.o               \
 815         wscol.o
 816 
 817 AIOOBJS=                        \
 818         aio.o                   \
 819         aio_alloc.o             \
 820         posix_aio.o
 821 
 822 RTOBJS=                         \
 823         clock_timer.o           \
 824         mqueue.o                \
 825         pos4obj.o               \
 826         sched.o                 \
 827         sem.o                   \
 828         shm.o                   \
 829         sigev_thread.o
 830 
 831 TPOOLOBJS=                      \
 832         thread_pool.o
 833 
 834 THREADSOBJS=                    \
 835         alloc.o                 \
 836         assfail.o               \
 837         cancel.o                \
 838         door_calls.o            \
 839         tmem.o                  \
 840         pthr_attr.o             \
 841         pthr_barrier.o          \
 842         pthr_cond.o             \
 843         pthr_mutex.o            \
 844         pthr_rwlock.o           \
 845         pthread.o               \
 846         rwlock.o                \
 847         scalls.o                \
 848         sema.o                  \
 849         sigaction.o             \
 850         spawn.o                 \
 851         synch.o                 \
 852         tdb_agent.o             \
 853         thr.o                   \
 854         thread_interface.o      \
 855         tls.o                   \
 856         tsd.o
 857 
 858 THREADSMACHOBJS=                \
 859         machdep.o
 860 
 861 THREADSASMOBJS=                 \
 862         asm_subr.o
 863 
 864 UNICODEOBJS=                    \
 865         u8_textprep.o           \
 866         uconv.o
 867 
 868 UNWINDMACHOBJS=                 \
 869         unwind.o
 870 
 871 UNWINDASMOBJS=                  \
 872         unwind_frame.o
 873 
 874 # Preserved solely to ease maintenance of 32-bit and 64-bit library builds
 875 # This macro should ALWAYS be empty; native APIs are already 'large file'.
 876 PORTSYS64=
 877 
 878 PORTSYS=                        \
 879         _autofssys.o            \
 880         access.o                \
 881         acctctl.o               \
 882         bsd_signal.o            \
 883         chmod.o                 \
 884         chown.o                 \
 885         corectl.o               \
 886         eventfd.o               \
 887         epoll.o                 \
 888         exacctsys.o             \
 889         execl.o                 \
 890         execle.o                \
 891         execv.o                 \
 892         fcntl.o                 \
 893         getpagesizes.o          \
 894         getpeerucred.o          \
 895         inst_sync.o             \
 896         issetugid.o             \
 897         label.o                 \
 898         link.o                  \
 899         lockf.o                 \
 900         lwp.o                   \
 901         lwp_cond.o              \
 902         lwp_rwlock.o            \
 903         lwp_sigmask.o           \
 904         meminfosys.o            \
 905         mkdir.o                 \
 906         mknod.o                 \
 907         msgsys.o                \
 908         nfssys.o                \
 909         open.o                  \
 910         pgrpsys.o               \
 911         posix_sigwait.o         \
 912         ppriv.o                 \
 913         psetsys.o               \
 914         rctlsys.o               \
 915         readlink.o              \
 916         rename.o                \
 917         sbrk.o                  \
 918         semsys.o                \
 919         set_errno.o             \
 920         sharefs.o               \
 921         shmsys.o                \
 922         sidsys.o                \
 923         siginterrupt.o          \
 924         signal.o                \
 925         signalfd.o              \
 926         sigpending.o            \
 927         sigstack.o              \
 928         stat.o                  \
 929         symlink.o               \
 930         tasksys.o               \
 931         time.o                  \
 932         time_util.o             \
 933         timerfd.o               \
 934         ucontext.o              \
 935         unlink.o                \
 936         ustat.o                 \
 937         utimesys.o              \
 938         zone.o
 939 
 940 PORTREGEX=                      \
 941         glob.o                  \
 942         regcmp.o                \
 943         regex.o                 \
 944         wordexp.o
 945 
 946 VALUES= values-Xa.o
 947 
 948 MOSTOBJS=                       \
 949         $(STRETS)               \
 950         $(CRTOBJS)              \
 951         $(DYNOBJS)              \
 952         $(FPOBJS)               \
 953         $(FPOBJS64)             \
 954         $(FPASMOBJS)            \
 955         $(ATOMICOBJS)           \
 956         $(CHACHAOBJS)           \
 957         $(XATTROBJS)            \
 958         $(COMOBJS)              \
 959         $(GENOBJS)              \
 960         $(PRFOBJS)              \
 961         $(PORTFP)               \
 962         $(PORTGEN)              \
 963         $(PORTGEN64)            \
 964         $(PORTI18N)             \
 965         $(PORTI18N_COND)        \
 966         $(PORTLOCALE)           \
 967         $(PORTPRINT)            \
 968         $(PORTPRINT_W)          \
 969         $(PORTREGEX)            \
 970         $(PORTSTDIO)            \
 971         $(PORTSTDIO64)          \
 972         $(PORTSTDIO_W)          \
 973         $(PORTSYS)              \
 974         $(PORTSYS64)            \
 975         $(AIOOBJS)              \
 976         $(RTOBJS)               \
 977         $(TPOOLOBJS)            \
 978         $(THREADSOBJS)          \
 979         $(THREADSMACHOBJS)      \
 980         $(THREADSASMOBJS)       \
 981         $(UNICODEOBJS)          \
 982         $(UNWINDMACHOBJS)       \
 983         $(UNWINDASMOBJS)        \
 984         $(COMSYSOBJS)           \
 985         $(SYSOBJS)              \
 986         $(COMSYSOBJS64)         \
 987         $(SYSOBJS64)            \
 988         $(VALUES)
 989 
 990 TRACEOBJS=                      \
 991         plockstat.o
 992 
 993 # NOTE: libc.so.1 must be linked with the minimal crti.o and crtn.o
 994 # modules whose source is provided in the $(SRC)/lib/common directory.
 995 # This must be done because otherwise the Sun C compiler would insert
 996 # its own versions of these modules and those versions contain code
 997 # to call out to C++ initialization functions.  Such C++ initialization
 998 # functions can call back into libc before thread initialization is
 999 # complete and this leads to segmentation violations and other problems.
1000 # Since libc contains no C++ code, linking with the minimal crti.o and
1001 # crtn.o modules is safe and avoids the problems described above.
1002 OBJECTS= $(CRTI) $(MOSTOBJS) $(CRTN)
1003 CRTSRCS= ../../common/sparcv9
1004 
1005 # include common library definitions
1006 include $(SRC)/lib/Makefile.lib
1007 include $(SRC)/lib/Makefile.lib.64
1008 
1009 # we need to override the default SONAME here because we might
1010 # be building a variant object (still libc.so.1, but different filename)
1011 SONAME = libc.so.1
1012 
1013 CFLAGS64 += $(CCVERBOSE)
1014 
1015 # This is necessary to avoid problems with calling _ex_unwind().
1016 # We probably don't want any inlining anyway.
1017 CFLAGS64 += -xinline=
1018 
1019 CERRWARN += -_gcc=-Wno-parentheses
1020 CERRWARN += -_gcc=-Wno-switch
1021 CERRWARN += -_gcc=-Wno-uninitialized
1022 CERRWARN += -_gcc=-Wno-unused-value
1023 CERRWARN += -_gcc=-Wno-unused-label
1024 CERRWARN += -_gcc=-Wno-unused-variable
1025 CERRWARN += -_gcc=-Wno-type-limits
1026 CERRWARN += -_gcc=-Wno-char-subscripts
1027 CERRWARN += -_gcc=-Wno-clobbered
1028 CERRWARN += -_gcc=-Wno-unused-function
1029 CERRWARN += -_gcc=-Wno-address
1030 
1031 # Setting THREAD_DEBUG = -DTHREAD_DEBUG (make THREAD_DEBUG=-DTHREAD_DEBUG ...)
1032 # enables ASSERT() checking in the threads portion of the library.
1033 # This is automatically enabled for DEBUG builds, not for non-debug builds.
1034 THREAD_DEBUG =
1035 $(NOT_RELEASE_BUILD)THREAD_DEBUG = -DTHREAD_DEBUG
1036 
1037 # Make string literals read-only to save memory.
1038 CFLAGS64 += $(XSTRCONST)
1039 
1040 ALTPICS= $(TRACEOBJS:%=pics/%)
1041 
1042 $(DYNLIB) := BUILD.SO = $(LD) -o $@ -G $(DYNFLAGS) $(PICS) $(ALTPICS) $(EXTPICS)
1043 
1044 MAPFILES =      $(LIBCDIR)/port/mapfile-vers
1045 
1046 sparcv9_C_PICFLAGS= -K PIC
1047 CFLAGS64 +=     $(EXTN_CFLAGS)
1048 CPPFLAGS=       -D_REENTRANT -Dsparc $(EXTN_CPPFLAGS) $(THREAD_DEBUG) \
1049                 -I$(LIBCBASE)/inc -I$(LIBCDIR)/inc $(CPPFLAGS.master)
1050 ASFLAGS=        $(EXTN_ASFLAGS) -K PIC -P -D__STDC__ -D_ASM -D__sparcv9 $(CPPFLAGS) \
1051                 $(sparcv9_AS_XARCH)
1052 
1053 # As a favor to the dtrace syscall provider, libc still calls the
1054 # old syscall traps that have been obsoleted by the *at() interfaces.
1055 # Delete this to compile libc using only the new *at() system call traps
1056 CPPFLAGS += -D_RETAIN_OLD_SYSCALLS
1057 
1058 # Inform the run-time linker about libc specialized initialization
1059 RTLDINFO =      -z rtldinfo=tls_rtldinfo
1060 DYNFLAGS +=     $(RTLDINFO)
1061 
1062 # Force libc's internal references to be resolved immediately upon loading
1063 # in order to avoid critical region problems.  Since almost all libc symbols
1064 # are marked 'protected' in the mapfiles, this is a minimal set (15 to 20).
1065 DYNFLAGS +=     -znow
1066 
1067 DYNFLAGS +=     $(EXTN_DYNFLAGS)
1068 
1069 BUILD.s=        $(AS) $(ASFLAGS) $< -o $@
1070 
1071 # Override this top level flag so the compiler builds in its native
1072 # C99 mode.  This has been enabled to support the complex arithmetic
1073 # added to libc.
1074 C99MODE=        $(C99_ENABLE)
1075 
1076 # libc method of building an archive
1077 # The "$(GREP) -v ' L '" part is necessary only until
1078 # lorder is fixed to ignore thread-local variables.
1079 BUILD.AR= $(RM) $@ ; \
1080         $(AR) q $@ `$(LORDER) $(MOSTOBJS:%=$(DIR)/%) | $(GREP) -v ' L ' | $(TSORT)`
1081 
1082 # extra files for the clean target
1083 CLEANFILES=                     \
1084         $(LIBCDIR)/port/gen/errlst.c    \
1085         $(LIBCDIR)/port/gen/new_list.c  \
1086         assym.h                 \
1087         genassym                \
1088         pics/crti.o             \
1089         pics/crtn.o             \
1090         $(ALTPICS)
1091 
1092 CLOBBERFILES += $(LIB_PIC)
1093 
1094 # list of C source for lint
1095 SRCS=                                                   \
1096         $(ATOMICOBJS:%.o=$(SRC)/common/atomic/%.c)      \
1097         $(XATTROBJS:%.o=$(SRC)/common/xattr/%.c)        \
1098         $(COMOBJS:%.o=$(SRC)/common/util/%.c)           \
1099         $(PORTFP:%.o=$(LIBCDIR)/port/fp/%.c)                    \
1100         $(PORTGEN:%.o=$(LIBCDIR)/port/gen/%.c)                  \
1101         $(PORTI18N:%.o=$(LIBCDIR)/port/i18n/%.c)                \
1102         $(PORTLOCALE:%.o=$(LIBCDIR)/port/locale/%.c)            \
1103         $(PORTPRINT:%.o=$(LIBCDIR)/port/print/%.c)              \
1104         $(PORTREGEX:%.o=$(LIBCDIR)/port/regex/%.c)              \
1105         $(PORTSTDIO:%.o=$(LIBCDIR)/port/stdio/%.c)              \
1106         $(PORTSYS:%.o=$(LIBCDIR)/port/sys/%.c)                  \
1107         $(AIOOBJS:%.o=$(LIBCDIR)/port/aio/%.c)                  \
1108         $(RTOBJS:%.o=$(LIBCDIR)/port/rt/%.c)                    \
1109         $(TPOOLOBJS:%.o=$(LIBCDIR)/port/tpool/%.c)              \
1110         $(THREADSOBJS:%.o=$(LIBCDIR)/port/threads/%.c)          \
1111         $(THREADSMACHOBJS:%.o=$(LIBCDIR)/$(MACH)/threads/%.c)   \
1112         $(UNICODEOBJS:%.o=$(SRC)/common/unicode/%.c)    \
1113         $(UNWINDMACHOBJS:%.o=$(LIBCDIR)/port/unwind/%.c)        \
1114         $(FPOBJS:%.o=$(LIBCDIR)/$(MACH)/fp/%.c)                 \
1115         $(FPOBJS64:%.o=$(LIBCBASE)/fp/%.c)              \
1116         $(LIBCBASE)/crt/_ftou.c                         \
1117         $(LIBCBASE)/gen/_xregs_clrptr.c                 \
1118         $(LIBCBASE)/gen/byteorder.c                     \
1119         $(LIBCBASE)/gen/ecvt.c                          \
1120         $(LIBCBASE)/gen/getctxt.c                       \
1121         $(LIBCBASE)/gen/makectxt.c                      \
1122         $(LIBCBASE)/gen/siginfolst.c                    \
1123         $(LIBCBASE)/gen/siglongjmp.c                    \
1124         $(LIBCBASE)/gen/swapctxt.c
1125 
1126 # conditional assignments
1127 $(DYNLIB) := CRTI = crti.o
1128 $(DYNLIB) := CRTN = crtn.o
1129 
1130 # Files which need the threads .il inline template
1131 TIL=                            \
1132         aio.o                   \
1133         alloc.o                 \
1134         assfail.o               \
1135         atexit.o                \
1136         atfork.o                \
1137         cancel.o                \
1138         door_calls.o            \
1139         err.o                   \
1140         errno.o                 \
1141         getctxt.o               \
1142         lwp.o                   \
1143         ma.o                    \
1144         machdep.o               \
1145         posix_aio.o             \
1146         pthr_attr.o             \
1147         pthr_barrier.o          \
1148         pthr_cond.o             \
1149         pthr_mutex.o            \
1150         pthr_rwlock.o           \
1151         pthread.o               \
1152         rand.o                  \
1153         rwlock.o                \
1154         scalls.o                \
1155         sched.o                 \
1156         sema.o                  \
1157         sigaction.o             \
1158         sigev_thread.o          \
1159         spawn.o                 \
1160         stack.o                 \
1161         swapctxt.o              \
1162         synch.o                 \
1163         tdb_agent.o             \
1164         thr.o                   \
1165         thread_interface.o      \
1166         thread_pool.o           \
1167         tls.o                   \
1168         tsd.o                   \
1169         unwind.o
1170 
1171 $(TIL:%=pics/%) := CFLAGS64 += $(LIBCBASE)/threads/sparcv9.il
1172 
1173 # Files in fp, port/fp subdirectories that need base.il inline template
1174 IL=                             \
1175         __flt_decim.o           \
1176         decimal_bin.o
1177 
1178 $(IL:%=pics/%) := CFLAGS64 += $(LIBCBASE)/fp/base.il
1179 
1180 # Files in fp subdirectory which need __quad.il inline template
1181 QIL=                            \
1182         _Q_add.o                \
1183         _Q_cmp.o                \
1184         _Q_cmpe.o               \
1185         _Q_div.o                \
1186         _Q_dtoq.o               \
1187         _Q_fcc.o                \
1188         _Q_mul.o                \
1189         _Q_qtod.o               \
1190         _Q_qtoi.o               \
1191         _Q_qtos.o               \
1192         _Q_qtou.o               \
1193         _Q_sqrt.o               \
1194         _Q_stoq.o               \
1195         _Q_sub.o                \
1196         _Qp_qtox.o              \
1197         _Qp_qtoux.o
1198 
1199 $(QIL:%=pics/%) := CFLAGS64 += $(LIBCDIR)/$(MACH)/fp/__quad.il
1200 pics/_Qp%.o := CFLAGS64 += -I$(LIBCDIR)/$(MACH)/fp
1201 pics/_Q%.o := sparcv9_COPTFLAG = -xO4 -xchip=ultra
1202 
1203 # Files in crt subdirectory which need muldiv64.il inline template
1204 #CIL=   mul64.o divrem64.o
1205 #$(CIL:%=pics/%) := CFLAGS += $(LIBCBASE)/crt/mul64.il
1206 
1207 # large-file-aware components that should be built large
1208 
1209 #$(COMSYSOBJS64:%=pics/%) := \
1210 #       CPPFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
1211 
1212 #$(SYSOBJS64:%=pics/%) := \
1213 #       CPPFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
1214 
1215 #$(PORTGEN64:%=pics/%) := \
1216 #       CPPFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
1217 
1218 #$(PORTSTDIO64:%=pics/%) := \
1219 #       CPPFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
1220 
1221 #$(PORTSYS64:%=pics/%) := \
1222 #       CPPFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
1223 
1224 $(PORTSTDIO_W:%=pics/%) := \
1225         CPPFLAGS += -D_WIDE
1226 
1227 $(PORTPRINT_W:%=pics/%) := \
1228         CPPFLAGS += -D_WIDE
1229 
1230 $(PORTI18N_COND:%=pics/%) := \
1231         CPPFLAGS += -D_WCS_LONGLONG
1232 
1233 pics/arc4random.o :=    CPPFLAGS += -I$(SRC)/common/crypto/chacha
1234 
1235 # Files which need extra optimization
1236 pics/getenv.o := sparcv9_COPTFLAG = -xO4
1237 
1238 .KEEP_STATE:
1239 
1240 all: $(LIBS) $(LIB_PIC)
1241 
1242 lint    :=      CPPFLAGS += -I$(LIBCDIR)/$(MACH)/fp
1243 lint    :=      CPPFLAGS += -D_MSE_INT_H -D_LCONV_C99
1244 lint    :=      LINTFLAGS64 += -mn
1245 
1246 lint:
1247         @echo $(LINT.c) ... $(LDLIBS)
1248         @$(LINT.c) $(SRCS) $(LDLIBS)
1249 
1250 $(LINTLIB):= SRCS=$(LIBCDIR)/port/llib-lc
1251 $(LINTLIB):= CPPFLAGS += -D_MSE_INT_H
1252 $(LINTLIB):= LINTFLAGS64=-nvx -m64
1253 
1254 # object files that depend on inline template
1255 $(TIL:%=pics/%): $(LIBCBASE)/threads/sparcv9.il
1256 $(IL:%=pics/%): $(LIBCBASE)/fp/base.il
1257 $(QIL:%=pics/%): $(LIBCDIR)/$(MACH)/fp/__quad.il
1258 #$(CIL:%=pics/%): $(LIBCBASE)/crt/muldiv64.il
1259 
1260 # include common libc targets
1261 include $(LIBCDIR)/Makefile.targ
1262 
1263 # We need to strip out all CTF and DOF data from the static library
1264 $(LIB_PIC) := DIR = pics
1265 $(LIB_PIC): pics $$(PICS)
1266         $(BUILD.AR)
1267         $(MCS) -d -n .SUNW_ctf $@ > /dev/null 2>&1
1268         $(MCS) -d -n .SUNW_dof $@ > /dev/null 2>&1
1269         $(AR) -ts $@ > /dev/null
1270         $(POST_PROCESS_A)
1271 
1272 # special cases
1273 #$(STRETS:%=pics/%): crt/stret.s
1274 #       $(AS) $(ASFLAGS) -DSTRET$(@F:stret%.o=%) crt/stret.s -o $@
1275 #       $(POST_PROCESS_O)
1276 
1277 #crt/_rtbootld.s:       crt/_rtboot.s crt/_rtld.c
1278 #       $(CC) $(CPPFLAGS) -O -S -K pic crt/_rtld.c -o crt/_rtld.s
1279 #       $(CAT) crt/_rtboot.s crt/_rtld.s > $@
1280 #       $(RM) crt/_rtld.s
1281 
1282 ASSYMDEP_OBJS=                  \
1283         _lwp_mutex_unlock.o     \
1284         _stack_grow.o           \
1285         asm_subr.o              \
1286         setjmp.o                \
1287         smt_pause.o             \
1288         tls_get_addr.o          \
1289         unwind_frame.o          \
1290         vforkx.o
1291 
1292 $(ASSYMDEP_OBJS:%=pics/%)       :=      CPPFLAGS += -I.
1293 
1294 $(ASSYMDEP_OBJS:%=pics/%): assym.h
1295 
1296 # assym.h build rules
1297 
1298 assym.h := CFLAGS64 += -g
1299 
1300 GENASSYM_C = $(LIBCDIR)/$(MACH)/genassym.c
1301 
1302 genassym: $(GENASSYM_C)
1303         $(NATIVECC) -I$(LIBCBASE)/inc -I$(LIBCDIR)/inc \
1304                 $(CPPFLAGS.native) -o $@ $(GENASSYM_C)
1305 
1306 OFFSETS = $(LIBCDIR)/$(MACH)/offsets.in
1307 
1308 assym.h: $(OFFSETS) genassym
1309         $(OFFSETS_CREATE) <$(OFFSETS) >$@
1310         ./genassym >>$@
1311 
1312 # derived C source and related explicit dependencies
1313 $(LIBCDIR)/port/gen/new_list.c: $(LIBCDIR)/port/gen/errlist $(LIBCDIR)/port/gen/errlist.awk
1314         cd $(LIBCDIR)/port/gen; pwd; $(AWK) -f errlist.awk < errlist
1315 
1316 pics/new_list.o: $(LIBCDIR)/port/gen/new_list.c