diff options
author | Joseph Myers <joseph@codesourcery.com> | 2009-04-30 00:01:11 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2009-04-30 00:01:11 +0000 |
commit | 96c23d596607cc7143e0ea1f4fee260977aec18b (patch) | |
tree | a6aaee3c724f2263c5716d07fd5aeee75d76c6f5 /ld/testsuite/ChangeLog | |
parent | 00ee36855d9d2c2258f983e3ada347ed978a0552 (diff) | |
download | gdb-96c23d596607cc7143e0ea1f4fee260977aec18b.zip gdb-96c23d596607cc7143e0ea1f4fee260977aec18b.tar.gz gdb-96c23d596607cc7143e0ea1f4fee260977aec18b.tar.bz2 |
bfd:
* elf32-arm.c (elf32_arm_check_relocs): Give errors for absolute
MOVW and MOVT relocations in a shared library link.
ld/testsuite:
* ld-arm/movw-shared-1.d, ld-arm/movw-shared-1.s,
ld-arm/movw-shared-2.d, ld-arm/movw-shared-2.s,
ld-arm/movw-shared-3.d, ld-arm/movw-shared-3.s,
ld-arm/movw-shared-4.d, ld-arm/movw-shared-4.s: New tests.
* ld-arm/arm-elf.exp: Run these new tests.
Diffstat (limited to 'ld/testsuite/ChangeLog')
-rw-r--r-- | ld/testsuite/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index dec4cbb..4542a24 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2009-04-30 Joseph Myers <joseph@codesourcery.com> + + * ld-arm/movw-shared-1.d, ld-arm/movw-shared-1.s, + ld-arm/movw-shared-2.d, ld-arm/movw-shared-2.s, + ld-arm/movw-shared-3.d, ld-arm/movw-shared-3.s, + ld-arm/movw-shared-4.d, ld-arm/movw-shared-4.s: New tests. + * ld-arm/arm-elf.exp: Run these new tests. + 2009-04-29 Chris Demetriou <cgd@google.com> * ld-elfvers/vers.exp (vers4b): New test to verify that |