freebsd-dev/lib/csu/ia64
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
..
crt1.S Let all .c and .S files under lib/csu consistently use the __FBSDID() 2010-12-09 21:31:21 +00:00
crti.S Let all .c and .S files under lib/csu consistently use the __FBSDID() 2010-12-09 21:31:21 +00:00
crtn.S Let all .c and .S files under lib/csu consistently use the __FBSDID() 2010-12-09 21:31:21 +00:00
Makefile Add a .note.ABI-tag section to ia64 startup files by linking crtbrand.c 2010-12-10 08:53:06 +00:00