mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
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:
@ -1,13 +1,6 @@
|
|||||||
# We get:
|
# This differs from p2430a.s (the customer's actual source file) only
|
||||||
#
|
# in whitespace and comments. Strangely, this file gave no problems...
|
||||||
# m68k-coff-as x.s
|
|
||||||
# x.s:5: FATAL:failed sanity check.
|
|
||||||
#
|
|
||||||
# from the following .s file:
|
|
||||||
|
|
||||||
.sect foo
|
.sect foo
|
||||||
tag:
|
tag:
|
||||||
bra 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.
|
|
||||||
|
4
gas/testsuite/gas/p2430a.s
Normal file
4
gas/testsuite/gas/p2430a.s
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
.sect foo
|
||||||
|
|
||||||
|
tag:
|
||||||
|
bra tag
|
Reference in New Issue
Block a user