freebsd-dev/lib/csu
Tijl Coosemans b0032ab5f8 Add a .note.ABI-tag section to ia64 startup files by linking crtbrand.c
in crt1.o. On other architectures crtbrand.c is included from crt1.c,
but that's not a C source code file on ia64. Instead it is compiled
separately and included in crt1.o using incremental linking.

Tested by:	dim (previous version)
Approved by:	kib (mentor)
2010-12-10 08:53:06 +00:00
..
amd64 Let all .c and .S files under lib/csu consistently use the __FBSDID() 2010-12-09 21:31:21 +00:00
arm Let all .c and .S files under lib/csu consistently use the __FBSDID() 2010-12-09 21:31:21 +00:00
common The __used (== __attribute__((__used)) ) silences the warning produced 2007-12-04 12:18:43 +00:00
i386-elf Let all .c and .S files under lib/csu consistently use the __FBSDID() 2010-12-09 21:31:21 +00:00
ia64 Add a .note.ABI-tag section to ia64 startup files by linking crtbrand.c 2010-12-10 08:53:06 +00:00
mips Fix spelling of noreorder. 2010-03-13 02:10:20 +00:00
powerpc Let all .c and .S files under lib/csu consistently use the __FBSDID() 2010-12-09 21:31:21 +00:00
powerpc64 Let all .c and .S files under lib/csu consistently use the __FBSDID() 2010-12-09 21:31:21 +00:00
sparc64 Let all .c and .S files under lib/csu consistently use the __FBSDID() 2010-12-09 21:31:21 +00:00
Makefile.inc Use default WARNS setting (of 6) for lib/csu. 2010-03-05 13:29:05 +00:00