From: Alan Modra Date: Sat, 8 Dec 2001 00:25:26 +0000 (+0000) Subject: * gas/all/incbin.s: Add spaces before directives. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1954e53d046921909a2fc1d839adf70ee4a69965;p=binutils-gdb.git * gas/all/incbin.s: Add spaces before directives. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 72da5460743..4e72f69231f 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2001-12-08 Alan Modra + + * 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 850c89b67b2..d9301a50ada 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