public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] sim: cris: stop testing a.out explicitly [ld/13900]
@ 2021-11-11  5:39 Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2021-11-11  5:39 UTC (permalink / raw)
  To: gdb-patches

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.
---
 sim/testsuite/cris/c/helloaout.c | 14 --------------
 1 file changed, 14 deletions(-)
 delete mode 100644 sim/testsuite/cris/c/helloaout.c

diff --git a/sim/testsuite/cris/c/helloaout.c b/sim/testsuite/cris/c/helloaout.c
deleted file mode 100644
index c71a658c18c7..000000000000
--- 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"
-- 
2.33.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-11  5:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-11  5:39 [PATCH] sim: cris: stop testing a.out explicitly [ld/13900] Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).