From: Ken Raeburn Date: Wed, 21 Apr 1993 05:30:13 +0000 (+0000) Subject: The customer's test case is p2430a.s; p2430.s has different whitespace, X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=44f0847aba5db1571358219c46e6e63c15f0222e;p=binutils-gdb.git 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... --- diff --git a/gas/testsuite/gas/p2430.s b/gas/testsuite/gas/p2430.s index 9c99b91d28b..49723d9df34 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 00000000000..601fb117d9e --- /dev/null +++ b/gas/testsuite/gas/p2430a.s @@ -0,0 +1,4 @@ + .sect foo + +tag: + bra tag