diff options
-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 |