aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-11-11 00:25:16 -0500
committerMike Frysinger <vapier@gentoo.org>2021-11-11 00:38:53 -0500
commitf0f2906ca03a656a6286838f9448f7b547c129e0 (patch)
tree8aae50f020af691cbf17af4c6f8551c652cf2887 /sim
parent40f64666780b1c6511c49aca6d6016f11b58e785 (diff)
downloadgdb-f0f2906ca03a656a6286838f9448f7b547c129e0.zip
gdb-f0f2906ca03a656a6286838f9448f7b547c129e0.tar.gz
gdb-f0f2906ca03a656a6286838f9448f7b547c129e0.tar.bz2
sim: cris: stop testing a.out explicitly [ld/13900]
Since gcc dropped support for a.out starting with 4.4.0 in 2009, it's been impossible to verify this code actually still works. Since it crashes in ld, and it uses a config option that no other tests uses and we want to remove, drop the test to avoid all the trouble.
Diffstat (limited to 'sim')
-rw-r--r--sim/testsuite/cris/c/helloaout.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/sim/testsuite/cris/c/helloaout.c b/sim/testsuite/cris/c/helloaout.c
deleted file mode 100644
index c71a658..0000000
--- a/sim/testsuite/cris/c/helloaout.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/* Make sure we don't just assume ELF all over. (We have to jump
- through hoops to get runnable a.out out of the ELF setup, and
- having problems with a.out and discontinous section arrangements
- doesn't help. Adjust as needed to get a.out which says "pass". If
- necessary, move to the asm subdir. By design, it doesn't work with
- CRIS v32.)
-
-NB: We'd rely on kfail, but that doesn't skip compilation, and that's where
-the crash in ld happens to break the testcase.
-#target: disabled-cris-*-elf
-#kfail: ld/13900 cris-*-elf
-#cc: ldflags=-Wl,-mcrisaout\ -sim\ -Ttext=0
-*/
-#include "hello.c"