diff options
author | Alan Modra <amodra@gmail.com> | 2001-12-08 00:25:26 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-12-08 00:25:26 +0000 |
commit | 1954e53d046921909a2fc1d839adf70ee4a69965 (patch) | |
tree | 257b0a83b2f0428eecb53d5dd17e591bc8033314 | |
parent | 93854344cf7ea4971398cc758adfd3573db2e8ca (diff) | |
download | gdb-1954e53d046921909a2fc1d839adf70ee4a69965.zip gdb-1954e53d046921909a2fc1d839adf70ee4a69965.tar.gz gdb-1954e53d046921909a2fc1d839adf70ee4a69965.tar.bz2 |
* gas/all/incbin.s: Add spaces before directives.
-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 |