gcc/libatomic
Roger Sayle ea76757612 PR other/113336: Fix libatomic testsuite regressions on ARM.
This patch is a revised version of the fix for PR other/113336.
Bootstrapping GCC on arm-linux-gnueabihf with --with-arch=armv6 currently
has a large number of FAILs in libatomic (regressions since last time I
attempted this).  The failure mode is related to IFUNC handling with the
file tas_8_2_.o containing an unresolved reference to the function
libat_test_and_set_1_i2.

The following one line change, to build tas_1_2_.o when building tas_8_2_.o,
resolves the problem for me and restores the libatomic testsuite to 44
expected passes and 5 unsupported tests [from 22 unexpected failures
and 22 unresolved testcases].
`

2024-02-14  Roger Sayle  <roger@nextmovesoftware.com>
	    Victor Do Nascimento  <victor.donascimento@arm.com>

libatomic/ChangeLog
	PR other/113336
	* Makefile.am: Build tas_1_2_.o on ARCH_ARM_LINUX
	* Makefile.in: Regenerate.
2024-02-14 19:09:51 +00:00
..
config libatomic: Provide FPU exception defines for __hppa__ 2024-02-03 15:44:29 +00:00
testsuite Update copyright years. 2024-01-03 12:19:35 +01:00
.gitignore
acinclude.m4 libatomic: Enable LSE128 128-bit atomics for Armv9.4-a 2024-01-28 20:02:01 +00:00
aclocal.m4 Add `--with-toolexeclibdir=' configuration option 2020-01-24 11:24:25 +00:00
auto-config.h.in libatomic: Enable LSE128 128-bit atomics for Armv9.4-a 2024-01-28 20:02:01 +00:00
cas_n.c Update copyright years. 2024-01-03 12:19:35 +01:00
ChangeLog Daily bump. 2024-02-04 00:16:59 +00:00
configure libatomic: Enable LSE128 128-bit atomics for Armv9.4-a 2024-01-28 20:02:01 +00:00
configure.ac libatomic: Enable LSE128 128-bit atomics for Armv9.4-a 2024-01-28 20:02:01 +00:00
configure.tgt libatomic: Provide FPU exception defines for __hppa__ 2024-02-03 15:44:29 +00:00
exch_n.c Update copyright years. 2024-01-03 12:19:35 +01:00
fadd_n.c Update copyright years. 2024-01-03 12:19:35 +01:00
fand_n.c
fence.c Update copyright years. 2024-01-03 12:19:35 +01:00
fenv.c Update copyright years. 2024-01-03 12:19:35 +01:00
fior_n.c
flag.c Update copyright years. 2024-01-03 12:19:35 +01:00
fnand_n.c
fop_n.c Update copyright years. 2024-01-03 12:19:35 +01:00
fsub_n.c
fxor_n.c
gcas.c Update copyright years. 2024-01-03 12:19:35 +01:00
gexch.c Update copyright years. 2024-01-03 12:19:35 +01:00
glfree.c Update copyright years. 2024-01-03 12:19:35 +01:00
gload.c Update copyright years. 2024-01-03 12:19:35 +01:00
gstore.c Update copyright years. 2024-01-03 12:19:35 +01:00
host-config.h Update copyright years. 2024-01-03 12:19:35 +01:00
init.c
libatomic.map
libatomic_i.h Update copyright years. 2024-01-03 12:19:35 +01:00
load_n.c Update copyright years. 2024-01-03 12:19:35 +01:00
Makefile.am PR other/113336: Fix libatomic testsuite regressions on ARM. 2024-02-14 19:09:51 +00:00
Makefile.in PR other/113336: Fix libatomic testsuite regressions on ARM. 2024-02-14 19:09:51 +00:00
store_n.c Update copyright years. 2024-01-03 12:19:35 +01:00
tas_n.c Update copyright years. 2024-01-03 12:19:35 +01:00