diff options
author | Dave Anglin <dave.anglin@nrc.ca> | 2010-01-30 16:09:43 +0000 |
---|---|---|
committer | Dave Anglin <dave.anglin@nrc.ca> | 2010-01-30 16:09:43 +0000 |
commit | f6fd0237f57af0aecbff1d36c4f7e73c8caf0614 (patch) | |
tree | 6d02f03642696a296b66ce822c50657dc8050001 /bfd/ChangeLog | |
parent | 11b861d510c23a2bf98e8bb909e922c98c9492e0 (diff) | |
download | gdb-f6fd0237f57af0aecbff1d36c4f7e73c8caf0614.zip gdb-f6fd0237f57af0aecbff1d36c4f7e73c8caf0614.tar.gz gdb-f6fd0237f57af0aecbff1d36c4f7e73c8caf0614.tar.bz2 |
* elf32-hppa.c (final_link_relocate): Convert R_PARISC_TLS_GD21L,
R_PARISC_TLS_LDM21L and R_PARISC_TLS_IE21L relocations that use the
linkage table pointer to use the global table pointer if not doing
a shared link.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index efd8613..1f66207 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2010-01-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> + + * elf32-hppa.c (final_link_relocate): Convert R_PARISC_TLS_GD21L, + R_PARISC_TLS_LDM21L and R_PARISC_TLS_IE21L relocations that use the + linkage table pointer to use the global table pointer if not doing + a shared link. + 2010-01-29 Joel Brobecker <brobecker@adacore.com> * elf.c (elfcore_grok_lwpstatus): Do not overwrite the core signal |