diff options
author | Nick Clifton <nickc@redhat.com> | 2003-11-10 17:04:55 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-11-10 17:04:55 +0000 |
commit | ca6dee30a352a58b5764e3c299e93d34f9e08bad (patch) | |
tree | 45e6dd6f323bd1c70970ecad802d36fddc612c63 /bfd/ChangeLog | |
parent | 100bcc3f4efba15caf81be6f8da4d0b6309a3334 (diff) | |
download | gdb-ca6dee30a352a58b5764e3c299e93d34f9e08bad.zip gdb-ca6dee30a352a58b5764e3c299e93d34f9e08bad.tar.gz gdb-ca6dee30a352a58b5764e3c299e93d34f9e08bad.tar.bz2 |
Add initial support for TLS sections in PE format files.
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 b45ea43..73cabd8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2003-11-10 Jonathan Wilson <jonwil@tpgi.com.au> + + * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Swap out tls pointer. + (_bfd_XXi_final_link_postscript): Look for __tks_used symbol. If + found initialise the tls data directory entry. + 2003-11-07 Alan Modra <amodra@bigpond.net.au> * elf32-ppc.c (ppc_elf_install_value): Delete. |