From 44f0847aba5db1571358219c46e6e63c15f0222e Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 21 Apr 1993 05:30:13 +0000 Subject: [PATCH] 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... --- gas/testsuite/gas/p2430.s | 11 ++--------- gas/testsuite/gas/p2430a.s | 4 ++++ 2 files changed, 6 insertions(+), 9 deletions(-) create mode 100644 gas/testsuite/gas/p2430a.s 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 -- 2.7.4