diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2009-06-16 02:14:12 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2009-06-16 02:14:12 +0000 |
commit | 04981bc1fb2151ec0d6adf57793eea41779c2f34 (patch) | |
tree | e19f80d5fcaebcac50b9794a03035896b9675d15 /bfd/ChangeLog | |
parent | 886815b26678f1a166311140f5ab72cbf715beb4 (diff) | |
download | gdb-04981bc1fb2151ec0d6adf57793eea41779c2f34.zip gdb-04981bc1fb2151ec0d6adf57793eea41779c2f34.tar.gz gdb-04981bc1fb2151ec0d6adf57793eea41779c2f34.tar.bz2 |
bfd/
* elf32-vax.c (elf_vax_relocate_section): For symbol references
from an executable to a shared library treat R_VAX_PC32
relocations as R_VAX_PLT32 ones.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 15ee34e..211e0a5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ 2009-06-16 Maciej W. Rozycki <macro@linux-mips.org> + * elf32-vax.c (elf_vax_relocate_section): For symbol references + from an executable to a shared library treat R_VAX_PC32 + relocations as R_VAX_PLT32 ones. + +2009-06-16 Maciej W. Rozycki <macro@linux-mips.org> + * elf32-vax.c (elf_vax_instantiate_got_entries): Skip local symbols in GOT space calculation. (elf_vax_relocate_section): Adjust accordingly. |