diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2004-11-25 02:14:10 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2004-11-25 02:14:10 +0000 |
commit | 0be9069d288efc5ae2f2ababb6560b8543de00d1 (patch) | |
tree | f3535ccd21ce0e019c6f4037d1930fadee8aa3f5 /bfd/ChangeLog | |
parent | 47cc2cf5192b9e5ad2f7571393127d8c378f8d66 (diff) | |
download | gdb-0be9069d288efc5ae2f2ababb6560b8543de00d1.zip gdb-0be9069d288efc5ae2f2ababb6560b8543de00d1.tar.gz gdb-0be9069d288efc5ae2f2ababb6560b8543de00d1.tar.bz2 |
2004-11-24 H.J. Lu <hongjiu.lu@intel.com>
PR 574:
* elfcode.h (elf_slurp_symbol_table): Handle STT_TLS.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 69ae520..2ba9b4e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2004-11-24 H.J. Lu <hongjiu.lu@intel.com> + + PR 574: + * elfcode.h (elf_slurp_symbol_table): Handle STT_TLS. + 2004-11-24 Paul Brook <paul@codesourcery.com> * elf.c (assign_section_numbers): Number SHT_GROUP sections first. |