* binutils-all/needed-by-reloc.s: Use .long rather than .4byte.

This commit is contained in:
Alan Modra 2007-05-11 07:16:28 +00:00
parent 016687f8ba
commit b4de647686
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-05-11 Alan Modra <amodra@bigpond.net.au>
* binutils-all/needed-by-reloc.s: Use .long rather than .4byte.
2007-05-08 Mark Shinwell <shinwell@codesourcery.com>
* binutils-all/strip-3.d: Strip .ARM.attributes and .reginfo

View File

@ -1,7 +1,7 @@
.globl foo
.data
.4byte foo
.long foo
.text
foo:
.long 1