* gas/all/incbin.s: Add spaces before directives.
This commit is contained in:
parent
93854344cf
commit
1954e53d04
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue