diff options
author | Alan Modra <amodra@gmail.com> | 2005-07-12 12:08:11 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-07-12 12:08:11 +0000 |
commit | 2910ae96496ceef7c18aa1fc76378461a4d8f65b (patch) | |
tree | 7869f792729373200a77ed5c361bba0c128bab6a /ld | |
parent | 15b552e9067184eb2c35afe5e01edb3c1c2bfd19 (diff) | |
download | gdb-2910ae96496ceef7c18aa1fc76378461a4d8f65b.zip gdb-2910ae96496ceef7c18aa1fc76378461a4d8f65b.tar.gz gdb-2910ae96496ceef7c18aa1fc76378461a4d8f65b.tar.bz2 |
* ld-powerpc/sdalib.s (lib_var): Size it.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-powerpc/sdalib.s | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index bd152a0..fabee28 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-07-12 Alan Modra <amodra@bigpond.net.au> + + * ld-powerpc/sdalib.s (lib_var): Size it. + 2005-07-08 H.J. Lu <hongjiu.lu@intel.com> * ld-ia64/tlsbin.rd: Update for empty section removal change. diff --git a/ld/testsuite/ld-powerpc/sdalib.s b/ld/testsuite/ld-powerpc/sdalib.s index 8a59938..69b0391 100644 --- a/ld/testsuite/ld-powerpc/sdalib.s +++ b/ld/testsuite/ld-powerpc/sdalib.s @@ -1,4 +1,5 @@ .globl lib_var .type lib_var, @object + .size lib_var, 2 lib_var: .word 1 |