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 /bfd/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 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 51f059b..25c21ef 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2009-04-30 Joseph Myers <joseph@codesourcery.com> + + * elf32-arm.c (elf32_arm_check_relocs): Give errors for absolute + MOVW and MOVT relocations in a shared library link. + 2009-04-27 Anthony Green <green@moxielogic.com> * verilog.c: New file. |