diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-04-10 22:21:31 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-04-10 22:21:31 +0000 |
commit | 8bc7f13859ce8eec0e30e27d7dc854a1fef0c04a (patch) | |
tree | 254231ffcc7d9010b3dcf58542de732dbf3134bf /bfd/ChangeLog | |
parent | 092d84761e7d020e4ff3a9eeea83cc5e90c2ff36 (diff) | |
download | gdb-8bc7f13859ce8eec0e30e27d7dc854a1fef0c04a.zip gdb-8bc7f13859ce8eec0e30e27d7dc854a1fef0c04a.tar.gz gdb-8bc7f13859ce8eec0e30e27d7dc854a1fef0c04a.tar.bz2 |
Support 32bit core note sections on Linux/x86-64.
2010-04-10 H.J. Lu <hongjiu.lu@intel.com>
PR corefiles/11467
* configure.in (CORE_HEADER): New. Set to hosts/x86-64linux.h
for x86_64-*-linux*.
* config.in: Regenerated.
* configure: Likewise.
* elf.c: Include CORE_HEADER if it is defined.
2010-04-10 H.J. Lu <hongjiu.lu@intel.com>
Jan Kratochvil <jan.kratochvil@redhat.com>
* hosts/x86-64linux.h: New.
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 55aeba2..c1872c9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,18 @@ +2010-04-10 H.J. Lu <hongjiu.lu@intel.com> + + PR corefiles/11467 + * configure.in (CORE_HEADER): New. Set to hosts/x86-64linux.h + for x86_64-*-linux*. + * config.in: Regenerated. + * configure: Likewise. + + * elf.c: Include CORE_HEADER if it is defined. + +2010-04-10 H.J. Lu <hongjiu.lu@intel.com> + Jan Kratochvil <jan.kratochvil@redhat.com> + + * hosts/x86-64linux.h: New. + 2010-04-09 Nick Clifton <nickc@redhat.com> * aoutx.h (aout_link_input_bfd): Remove unused variable sym_count. |