diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2008-12-15 01:30:57 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2008-12-15 01:30:57 +0000 |
commit | 6c759646f88442eabcebca2c765382a0c7fc17ff (patch) | |
tree | d6f502597ab65e5d2a26c67bdd0307cdde76d384 /ld | |
parent | 0b91227553299209390be71b8dfd2c78e9bbec7a (diff) | |
download | gdb-6c759646f88442eabcebca2c765382a0c7fc17ff.zip gdb-6c759646f88442eabcebca2c765382a0c7fc17ff.tar.gz gdb-6c759646f88442eabcebca2c765382a0c7fc17ff.tar.bz2 |
* ld-cris/got7.s: Correct .size expression.
* ld-cris/tls-e-20a.d: Adjust accordingly.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-cris/got7.s | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-cris/tls-e-20a.d | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index d27544e..c7c1525 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-12-15 Hans-Peter Nilsson <hp@axis.com> + + * ld-cris/got7.s: Correct .size expression. + * ld-cris/tls-e-20a.d: Adjust accordingly. + 2008-12-04 Nick Clifton <nickc@redhat.com> * ld-x86-64/ifunc.d: New test (of STT_IFUNC for x86_64). diff --git a/ld/testsuite/ld-cris/got7.s b/ld/testsuite/ld-cris/got7.s index 60ee466..c97055e 100644 --- a/ld/testsuite/ld-cris/got7.s +++ b/ld/testsuite/ld-cris/got7.s @@ -9,7 +9,7 @@ got7fn: move.d got7var\n:GOT,$r10 .endr .Lfe: - .size dsofn5,.Lfe-got7fn + .size got7fn,.Lfe-got7fn .irpc n,1234567 .data diff --git a/ld/testsuite/ld-cris/tls-e-20a.d b/ld/testsuite/ld-cris/tls-e-20a.d index fe4909e..47f0a50 100644 --- a/ld/testsuite/ld-cris/tls-e-20a.d +++ b/ld/testsuite/ld-cris/tls-e-20a.d @@ -48,7 +48,7 @@ SYMBOL TABLE: 0+88 g \.tdata 0+4 \.hidden x2 0+821ac g O \.data 0+4 got7var3 0+821bc g O \.data 0+4 got7var7 -0+80098 g F \.text 0+ got7fn +0+80098 g F \.text 0+2a got7fn 0+821b8 g O \.data 0+4 got7var6 0+80094 g \.text 0+ _start 0+821c0 g \*ABS\* 0+ __bss_start |