* ld-elfvsb/hidden2.s: Replace .word with .long.
This commit is contained in:
parent
2917689a80
commit
d9391a1764
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.data
|
||||
.hidden foo
|
||||
.global foo
|
||||
.word foo
|
||||
.long foo
|
||||
|
|
Loading…
Reference in a new issue