glibc/sysdeps
Mike Frysinger 7fde904c73 sparc: fix sigaction for 32bit builds [BZ #18694]
Commit a059d359d8 changed the sigaction
struct to pass conform tests, but it ended up also changing the ABI for
32 bit builds.  For 64 bit builds, changing the long to two ints works,
but for 32 bit builds, it inserts 4 extra bytes.  This leads to many
packages randomly failing like bash that spews things like:
	configure: line 471: wait_for: No record of process 0

Bracket the new member by a wordsize check to fix the ABI for 32bit.
2015-07-20 21:53:47 -04:00
..
aarch64 Add AArch64 versions of math_opt_barrier and math_force_eval that avoid going via memory. 2015-07-13 12:48:33 +01:00
alpha alpha: Update libm-test-ulps 2015-05-19 09:43:54 -07:00
arm BZ#18383: Conditionalize test-xfail-tst-tlsalign{,-static} on ARM assembler bug. 2015-07-08 15:00:43 -07:00
generic Factor file identity rules out of generic rtld code. 2015-07-14 13:15:26 -07:00
gnu hurd: fix unwind-resume.c build 2015-02-08 18:46:00 +01:00
hppa hppa/ia64: _dl_unmap: make it hidden 2015-07-16 09:03:46 -04:00
i386 i686: Mark stdlib/tst-makecontext as XFAIL. 2015-07-15 09:33:15 +02:00
ia64 hppa/ia64: _dl_unmap: make it hidden 2015-07-16 09:03:46 -04:00
ieee754 Remove unused file sysdeps/ieee754/support.c 2015-07-06 12:51:30 +01:00
init_array NPTL: Initializer for .init_array-only configurations. 2015-02-13 13:19:11 -08:00
m68k m68k: update libm test ULPs 2015-07-21 00:20:24 +02:00
mach PLT avoidance for _exit in rtld. 2015-07-09 15:25:47 -07:00
microblaze Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY 2015-03-05 08:40:41 -08:00
mips Regenerate MIPS libm-test-ulps. 2015-07-01 17:24:37 +00:00
nacl Factor file identity rules out of generic rtld code. 2015-07-14 13:15:26 -07:00
nios2 Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY 2015-03-05 08:40:41 -08:00
nptl Add and use new glibc-internal futex API. 2015-07-10 13:47:09 +02:00
posix Factor file identity rules out of generic rtld code. 2015-07-14 13:15:26 -07:00
powerpc powerpc: strstr optimization 2015-07-16 13:43:51 -03:00
pthread Use unsigned types for counters in AIO code. 2015-06-24 17:43:32 -07:00
s390 S390: Regenerate ULPs 2015-07-15 09:33:14 +02:00
sh Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY 2015-03-05 08:40:41 -08:00
sparc Regenerate SPARC ULPs. 2015-07-16 12:03:33 -07:00
tile tile: Regenerate ULPs. 2015-07-10 16:16:37 -04:00
unix sparc: fix sigaction for 32bit builds [BZ #18694] 2015-07-20 21:53:47 -04:00
wordsize-32 Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
wordsize-64 Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
x86 Preserve bound registers for pointer pass/return 2015-07-09 06:50:12 -07:00
x86_64 Modify several tests to use test-skeleton.c 2015-07-15 15:10:23 +05:30