* ld-elfvsb/hidden2.s: Replace .word with .long.

This commit is contained in:
Alan Modra 2005-02-11 14:25:13 +00:00
parent 2917689a80
commit d9391a1764
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-02-12 Alan Modra <amodra@bigpond.net.au>
* ld-elfvsb/hidden2.s: Replace .word with .long.
2005-02-10 Paul Brook <paul@codesourcery.com>
* ld-elfvsb/hidden2.s: New file

View File

@ -1,4 +1,4 @@
.data
.hidden foo
.global foo
.word foo
.long foo