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