diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2001-08-21 15:08:38 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2001-08-21 15:08:38 +0000 |
commit | 410f7a12904b05a10096d42b716cd50b07d9f8c5 (patch) | |
tree | c24869d72a05a6b0c82b9918ec5a93eed58f7e8a /binutils/ChangeLog | |
parent | 948f9114c9452486ff24644ca8b7828cdde06bee (diff) | |
download | gdb-410f7a12904b05a10096d42b716cd50b07d9f8c5.zip gdb-410f7a12904b05a10096d42b716cd50b07d9f8c5.tar.gz gdb-410f7a12904b05a10096d42b716cd50b07d9f8c5.tar.bz2 |
2001-08-21 H.J. Lu <hjl@gnu.org>
* readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
(display_debug_info): Cast for 64bit hosts.
(display_debug_frames): Likewise.
(process_mips_specific): Likewise.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index c5c7aa8..90eec72 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +2001-08-21 H.J. Lu <hjl@gnu.org> + + * readelf.c (dump_relocations): Support ELF64 on 32bit hosts. + (display_debug_info): Cast for 64bit hosts. + (display_debug_frames): Likewise. + (process_mips_specific): Likewise. + 2001-08-21 Andreas Jaeger <aj@suse.de> * coffgrok.h: Add missing parameter for prototype of coff_grok. |