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