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