diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-04-21 05:30:13 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-04-21 05:30:13 +0000 |
commit | 44f0847aba5db1571358219c46e6e63c15f0222e (patch) | |
tree | 687e7b553d249e8c0773812571b24b17ad9967db /gas | |
parent | 2b55fa7fb9dc13f7d4fe892c2d6cebbc354c1480 (diff) | |
download | gdb-44f0847aba5db1571358219c46e6e63c15f0222e.zip gdb-44f0847aba5db1571358219c46e6e63c15f0222e.tar.gz gdb-44f0847aba5db1571358219c46e6e63c15f0222e.tar.bz2 |
The customer's test case is p2430a.s; p2430.s has different whitespace,
comments, who knows what else, but something makes them different. This
should be checked by the driver, because they shouldn't be different...
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/gas/p2430.s | 11 | ||||
-rw-r--r-- | gas/testsuite/gas/p2430a.s | 4 |
2 files changed, 6 insertions, 9 deletions
diff --git a/gas/testsuite/gas/p2430.s b/gas/testsuite/gas/p2430.s index 9c99b91..49723d9 100644 --- a/gas/testsuite/gas/p2430.s +++ b/gas/testsuite/gas/p2430.s @@ -1,13 +1,6 @@ -# We get: -# -# m68k-coff-as x.s -# x.s:5: FATAL:failed sanity check. -# -# from the following .s file: +# This differs from p2430a.s (the customer's actual source file) only +# in whitespace and comments. Strangely, this file gave no problems... .sect foo tag: bra tag - -# Changing the section to .text makes it work, but we need to -# use multiple sections other than .text to link the way we want. diff --git a/gas/testsuite/gas/p2430a.s b/gas/testsuite/gas/p2430a.s new file mode 100644 index 0000000..601fb11 --- /dev/null +++ b/gas/testsuite/gas/p2430a.s @@ -0,0 +1,4 @@ + .sect foo + +tag: + bra tag |