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...
This commit is contained in:
Ken Raeburn 1993-04-21 05:30:13 +00:00
parent 2b55fa7fb9
commit 44f0847aba
2 changed files with 6 additions and 9 deletions

View 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.

View file

@ -0,0 +1,4 @@
.sect foo
tag:
bra tag