diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-01-27 23:27:23 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-01-27 23:27:23 +0000 |
commit | a94cef6a79d9f40c91898a3f1c9e83bcb10904fc (patch) | |
tree | 49e2426ab765fa45c09310483ea79e045d4ebc5d /bfd/ChangeLog | |
parent | 9d8385df24483bad45028aea9cb172d3a42f37a8 (diff) | |
download | gdb-a94cef6a79d9f40c91898a3f1c9e83bcb10904fc.zip gdb-a94cef6a79d9f40c91898a3f1c9e83bcb10904fc.tar.gz gdb-a94cef6a79d9f40c91898a3f1c9e83bcb10904fc.tar.bz2 |
* elfcore.h (elf_core_file_p): Set the machine architecture
before processing the program headers.
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 b7a2496..4bcb797 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2002-01-27 Jason Thorpe <thorpej@wasabisystems.com> + + * elfcore.h (elf_core_file_p): Set the machine architecture + before processing the program headers. + 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com> * configure.in <64-bit configuration>: If using gcc, check and |