diff options
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/all/incbin.s | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 72da546..4e72f69 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2001-12-08 Alan Modra <amodra@bigpond.net.au> + + * gas/all/incbin.s: Add spaces before directives. + Fri Dec 7 09:16:07 2001 Jeffrey A Law (law@cygnus.com) * gas/hppa/parse/linesepbug.s: Restore to its original form, diff --git a/gas/testsuite/gas/all/incbin.s b/gas/testsuite/gas/all/incbin.s index 850c89b..d9301a5 100644 --- a/gas/testsuite/gas/all/incbin.s +++ b/gas/testsuite/gas/all/incbin.s @@ -1,5 +1,5 @@ -.data -.incbin "incbin.s" -.incbin "incbin.s",0,28 -.incbin "incbin.s",15,9 -.p2align 4 + .data + .incbin "incbin.s" + .incbin "incbin.s",0,28 + .incbin "incbin.s",15,9 + .p2align 4 |