diff options
author | Alan Modra <amodra@gmail.com> | 2005-02-11 14:25:13 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-02-11 14:25:13 +0000 |
commit | d9391a1764c97a7fc4dde5ee4bb81c6c2d5b0ac0 (patch) | |
tree | 24a50df05dcc61e8d8770f1c2dce53d33be63c42 /ld/testsuite | |
parent | 2917689a80eb96160c7d4d1788f050bdfdcae4f5 (diff) | |
download | gdb-d9391a1764c97a7fc4dde5ee4bb81c6c2d5b0ac0.zip gdb-d9391a1764c97a7fc4dde5ee4bb81c6c2d5b0ac0.tar.gz gdb-d9391a1764c97a7fc4dde5ee4bb81c6c2d5b0ac0.tar.bz2 |
* ld-elfvsb/hidden2.s: Replace .word with .long.
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-elfvsb/hidden2.s | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index bb0ed55..d1d3b7b 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -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 diff --git a/ld/testsuite/ld-elfvsb/hidden2.s b/ld/testsuite/ld-elfvsb/hidden2.s index 66af070..b4a2e92 100644 --- a/ld/testsuite/ld-elfvsb/hidden2.s +++ b/ld/testsuite/ld-elfvsb/hidden2.s @@ -1,4 +1,4 @@ .data .hidden foo .global foo - .word foo + .long foo |