diff options
author | Cary Coutant <ccoutant@google.com> | 2009-01-30 00:21:46 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2009-01-30 00:21:46 +0000 |
commit | 5efc7cd2d630cf8acc716a45d0cb1025096fd308 (patch) | |
tree | 45bd86760f7f0f38903f02e0266fae68693434f3 /gold/ChangeLog | |
parent | 55b0d6e3cfd9d502e161345b2826f662bdff9c83 (diff) | |
download | gdb-5efc7cd2d630cf8acc716a45d0cb1025096fd308.zip gdb-5efc7cd2d630cf8acc716a45d0cb1025096fd308.tar.gz gdb-5efc7cd2d630cf8acc716a45d0cb1025096fd308.tar.bz2 |
* i386.cc (Target_i386::Relocate::relocate): Recognize non-PIC calls
to __tls_get_addr.
* x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
* ChangeLog: Fixed typo in previous ChangeLog entry (version 1.9).
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index bae5102..56fc48e 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,6 +1,12 @@ +2009-01-29 Cary Coutant <ccoutant@google.com> + + * i386.cc (Target_i386::Relocate::relocate): Recognize non-PIC calls + to __tls_get_addr. + * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise. + 2009-01-28 Ian Lance Taylor <iant@google.com> - * version.cc (version_string): Bump to 1.8. + * version.cc (version_string): Bump to 1.9. * gold.h: Include <cstring> and <stdint.h>. * version.cc: Include <cstdio>. |