diff options
Diffstat (limited to 'ld/testsuite/ChangeLog')
-rw-r--r-- | ld/testsuite/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index fd5bee9..da65ae6 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,17 @@ +2006-10-19 Richard Sandiford <richard@codesourcery.com> + + * ld-mips-elf/multi-got-1.d: Remove DT_DEBUG tag. Do not require + a specific file offset for .dynamic. Reduce DT_HASH by 8 to account + for removed tag. + * ld-mips-elf/tls-multi-got-1.r: Likewise. Also reduce DT_REL by 8. + Reduce PLTGOT and symbol values by 16 to account for the removed tag. + * ld-mips-elf/textrel-1.d: Remove DT_DEBUG tag. + * ld-mips-elf/rel32-n32.d: Reduce addresses by 16 to account for + removed DT_DEBUG tag. + * ld-mips-elf/rel64.d: Likewise. + * ld-mips-elf/tls-multi-got-1.got: Likewise. + * ld-mips-elf/tlslib-o32-hidden.got: Likewise. + 2006-10-18 H.J. Lu <hongjiu.lu@intel.com> PR ld/3290 |