diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-08-21 13:52:54 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-08-21 13:52:54 +0000 |
commit | 2f3bf80a30d2c892f60087a246e8b4b4b33498d2 (patch) | |
tree | d80622bc6c9145496b95719f0bb88226d0735074 /bfd/ChangeLog | |
parent | f429d7d03d62ba2816db1701f3b4d6d49a93b36f (diff) | |
download | gdb-2f3bf80a30d2c892f60087a246e8b4b4b33498d2.zip gdb-2f3bf80a30d2c892f60087a246e8b4b4b33498d2.tar.gz gdb-2f3bf80a30d2c892f60087a246e8b4b4b33498d2.tar.bz2 |
2007-08-21 H.J. Lu <hongjiu.lu@intel.com>
* elf32-i386.c (elf_i386_tls_transition): Accept a pointer
to ELF hash entry instead of an integer for local test.
(elf_i386_check_relocs): Updated.
(elf_i386_gc_sweep_hook): Likewise.
(elf_i386_relocate_section): Likewise.
* elf64-x86-64.c (elf64_x86_64_tls_transition): Accept a
pointer to ELF hash entry instead of an integer for local
test.
(elf64_x86_64_check_relocs): Updated.
(elf64_x86_64_gc_sweep_hook): Likewise.
(elf64_x86_64_relocate_section): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fd2342b..621ee6d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,18 @@ +2007-08-21 H.J. Lu <hongjiu.lu@intel.com> + + * elf32-i386.c (elf_i386_tls_transition): Accept a pointer + to ELF hash entry instead of an integer for local test. + (elf_i386_check_relocs): Updated. + (elf_i386_gc_sweep_hook): Likewise. + (elf_i386_relocate_section): Likewise. + + * elf64-x86-64.c (elf64_x86_64_tls_transition): Accept a + pointer to ELF hash entry instead of an integer for local + test. + (elf64_x86_64_check_relocs): Updated. + (elf64_x86_64_gc_sweep_hook): Likewise. + (elf64_x86_64_relocate_section): Likewise. + 2007-08-20 H.J. Lu <hongjiu.lu@intel.com> * elf32-i386.c (elf_i386_tls_transition): Break long line. |