The customer's test case is p2430a.s; p2430.s has different whitespace,
authorKen Raeburn <raeburn@cygnus>
Wed, 21 Apr 1993 05:30:13 +0000 (05:30 +0000)
committerKen Raeburn <raeburn@cygnus>
Wed, 21 Apr 1993 05:30:13 +0000 (05:30 +0000)
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
gas/testsuite/gas/p2430a.s [new file with mode: 0644]

index 9c99b91d28becdb424fd110d76ec3f84c9545135..49723d9df34476a6a7aae620d16a742cb2f8e4b5 100644 (file)
@@ -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 (file)
index 0000000..601fb11
--- /dev/null
@@ -0,0 +1,4 @@
+    .sect foo
+
+tag:
+       bra tag
This page took 0.024154 seconds and 4 git commands to generate.