glibc/sysdeps/unix/sysv
Daniel Gutson 274895575e Add ARM EABI build attributes.
Ensure that all objects in ARM EABI glibc have the proper EABI build
attributes to indicate that 8-byte stack alignment is required and
preserved.  (GNU ld does not currently give errors for mixing code
requiring 8-byte alignment - such as anything built with GCC - and
code not marked as preserving it, because of the prevalence of
assembly code without proper markers to indicate that alignment is
preserved.  The ARM RealView linker does give such errors.)

The bulk of the markers are accomplished by the change to sysdep.h,
but a few .S files do not include sysdep.h.  In the case of
internal_accept4.S, no code is generated because EABI does not have
socketcall, but for completeness a dummy file with the right
attributes is used to override the default version in libc.

	* sysdeps/arm/sysdep.h: (Tag_ABI_align8_preserved,
	Tag_ABI_align8_needed): Attributes added.
	* sysdeps/arm/elf/start.S: Likewise.
	* sysdeps/arm/eabi/abi-note.S: New file.
	* sysdeps/unix/sysv/linux/arm/eabi/internal_accept4.S: New
	file.
2009-10-22 19:39:47 +00:00
..
aix * sysdeps/arm/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Use 2007-07-10 13:35:30 +00:00
hpux Remove __set_errno definition. 2002-07-20 01:02:01 +00:00
i386 Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
irix4 Update abandoned code for sysdeps/generic demise. 2006-01-08 06:50:00 +00:00
isc2.2 Thu Jan 18 00:32:43 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1996-01-19 00:42:21 +00:00
linux Add ARM EABI build attributes. 2009-10-22 19:39:47 +00:00
minix/bits Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
sco3.2 Dist files no longer required 2006-01-08 06:49:16 +00:00
sco3.2.4 Dist files no longer required 2006-01-08 06:49:16 +00:00
sysv4 Dist files no longer required 2006-01-08 06:49:16 +00:00