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