diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2005-08-12 00:23:48 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2005-08-12 00:23:48 +0000 |
commit | d80a02edc7de7d6655f76158b8274557e8b29c6b (patch) | |
tree | 7e5c96b48514c65953e86ab2f70af20d37c6e2c0 /ld/testsuite/ld-cris/pv32.s | |
parent | 0c1de4b1b2b4b2273277d6876462bf023df21288 (diff) | |
download | gdb-d80a02edc7de7d6655f76158b8274557e8b29c6b.zip gdb-d80a02edc7de7d6655f76158b8274557e8b29c6b.tar.gz gdb-d80a02edc7de7d6655f76158b8274557e8b29c6b.tar.bz2 |
* ld-cris/expdyn1.s (expobj): Set size here, at definition...
* ld-cris/pv32.s: ...not here.
* ld-cris/expdyn1.d, ld-cris/libdso-12.d, ld-cris/locref1.d:
Adjust for expobj size being set at definition.
Diffstat (limited to 'ld/testsuite/ld-cris/pv32.s')
-rw-r--r-- | ld/testsuite/ld-cris/pv32.s | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ld/testsuite/ld-cris/pv32.s b/ld/testsuite/ld-cris/pv32.s index d08adef..d5ef7c6 100644 --- a/ld/testsuite/ld-cris/pv32.s +++ b/ld/testsuite/ld-cris/pv32.s @@ -14,8 +14,6 @@ pfn: .Lfe1: .size pfn,.Lfe1-pfn - .global expobj - .size expobj,4 .global dsofn .type dsofn,@function dsofn: |