[binutils-gdb] Revert "as: Reject unknown -gXXX option" testsuite
Alan Modra
amodra@sourceware.org
Wed Apr 20 14:27:31 GMT 2022
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c64242d8ab343d75b30cb2248aea8b098039d449
commit c64242d8ab343d75b30cb2248aea8b098039d449
Author: Alan Modra <amodra@gmail.com>
Date: Wed Apr 20 23:24:46 2022 +0930
Revert "as: Reject unknown -gXXX option" testsuite
This reverts the test committed as part of 6ea673e2d6.
Diff:
---
gas/testsuite/gas/all/empty.s | 1 -
gas/testsuite/gas/all/gas.exp | 1 -
gas/testsuite/gas/all/pr29067.d | 2 --
gas/testsuite/gas/all/pr29067.err | 2 --
4 files changed, 6 deletions(-)
diff --git a/gas/testsuite/gas/all/empty.s b/gas/testsuite/gas/all/empty.s
deleted file mode 100644
index 6ac6c76e752..00000000000
--- a/gas/testsuite/gas/all/empty.s
+++ /dev/null
@@ -1 +0,0 @@
-/* Empty input. */
diff --git a/gas/testsuite/gas/all/gas.exp b/gas/testsuite/gas/all/gas.exp
index db927121f63..ae7957b2ee0 100644
--- a/gas/testsuite/gas/all/gas.exp
+++ b/gas/testsuite/gas/all/gas.exp
@@ -506,4 +506,3 @@ run_dump_test "pr27384"
run_dump_test "pr27381"
run_dump_test "multibyte1"
run_dump_test "multibyte2"
-run_dump_test "pr29067"
diff --git a/gas/testsuite/gas/all/pr29067.d b/gas/testsuite/gas/all/pr29067.d
deleted file mode 100644
index 17a8eefe454..00000000000
--- a/gas/testsuite/gas/all/pr29067.d
+++ /dev/null
@@ -1,2 +0,0 @@
-#as: -gsomething-not-already-a-long-option
-#error_output: pr29067.err
diff --git a/gas/testsuite/gas/all/pr29067.err b/gas/testsuite/gas/all/pr29067.err
deleted file mode 100644
index e5a1b27d644..00000000000
--- a/gas/testsuite/gas/all/pr29067.err
+++ /dev/null
@@ -1,2 +0,0 @@
-Assembler messages:
-Fatal error: unknown option `-gsomething-not-already-a-long-option'
More information about the Binutils-cvs
mailing list