]> Git Repo - binutils.git/commitdiff
* gas/all/incbin.s: Add spaces before directives.
authorAlan Modra <[email protected]>
Sat, 8 Dec 2001 00:25:26 +0000 (00:25 +0000)
committerAlan Modra <[email protected]>
Sat, 8 Dec 2001 00:25:26 +0000 (00:25 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/all/incbin.s

index 72da5460743d12888c58c4661acf37730cd78244..4e72f69231f2143a0fcdd7b9c78c5b2ee8c419d7 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-08  Alan Modra  <[email protected]>
+
+       * gas/all/incbin.s: Add spaces before directives.
+
 Fri Dec  7 09:16:07 2001  Jeffrey A Law  ([email protected])
 
        * gas/hppa/parse/linesepbug.s: Restore to its original form,
index 850c89b67b209a5c7f3faf223dcf70cf7f2681d9..d9301a50ada3270b0a06f63ef3ee99ce561e736e 100644 (file)
@@ -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
This page took 0.033773 seconds and 4 git commands to generate.