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/expdyn1.d | |
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/expdyn1.d')
-rw-r--r-- | ld/testsuite/ld-cris/expdyn1.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-cris/expdyn1.d b/ld/testsuite/ld-cris/expdyn1.d index a1fae23..51d875d 100644 --- a/ld/testsuite/ld-cris/expdyn1.d +++ b/ld/testsuite/ld-cris/expdyn1.d @@ -9,6 +9,6 @@ DYNAMIC SYMBOL TABLE: #... -00080... g DF .text 00000002 expfn -00082... g DO .data 00000000 expobj +00080... g DF .text 0+2 expfn +00082... g DO .data 0+4 expobj #pass |