diff options
author | Walter Lee <walt@tilera.com> | 2012-09-17 10:53:38 +0000 |
---|---|---|
committer | Walter Lee <walt@tilera.com> | 2012-09-17 10:53:38 +0000 |
commit | 901e60ca41a4c6cf305775f28612cbb3afe22582 (patch) | |
tree | 09b25d598efcb41b964abf40f77da13186750bb8 /bfd/ChangeLog | |
parent | deec9a9d321123dc655802a6d0fade5380d8bfb7 (diff) | |
download | gdb-901e60ca41a4c6cf305775f28612cbb3afe22582.zip gdb-901e60ca41a4c6cf305775f28612cbb3afe22582.tar.gz gdb-901e60ca41a4c6cf305775f28612cbb3afe22582.tar.bz2 |
Fix computation of got relocations for when .got.plt section is merged
with .got.
* elf32-tilepro.c (tilepro_elf_relocate_section): Fix computation
of got relocations for when .got.plt section is merged with .got.
* elfxx-tilegx.c (tilegx_elf_relocate_section): Ditto.
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 49c71dd..8133188 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2012-09-17 Walter Lee <walt@tilera.com> + + * elf32-tilepro.c (tilepro_elf_relocate_section): Fix computation + of got relocations for when .got.plt section is merged with .got. + * elfxx-tilegx.c (tilegx_elf_relocate_section): Ditto. + 2012-09-14 David Edelsohn <dje.gcc@gmail.com> * configure: Regenerate. |