diff options
author | Nick Clifton <nickc@redhat.com> | 1999-07-09 03:14:15 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-07-09 03:14:15 +0000 |
commit | a952a37550523872520cc6bd73a1e8aae92128a5 (patch) | |
tree | 23233fc575dd124b9f2d65ad32c4664be1606b2f /binutils/ChangeLog | |
parent | 99f8f232c6b14a5842615b9ef0e824eb58f6f717 (diff) | |
download | gdb-a952a37550523872520cc6bd73a1e8aae92128a5.zip gdb-a952a37550523872520cc6bd73a1e8aae92128a5.tar.gz gdb-a952a37550523872520cc6bd73a1e8aae92128a5.tar.bz2 |
Only decode 64bit ELF files if the host compiler supports a 64bit data type.
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 17f6805..f7f25a1 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +1999-07-09 Nick Clifton <nickc@cygnus.com> + + * readelf.c: Only support decoding 64bit ELF files if the compiler + supports a 64 bit data type. + Add -I equivalent for --histogram. + Add -A command-line option to display architecture specific information. + 1999-07-08 Jakub Jelinek <jj@ultra.linux.cz> * readelf.c (guess_is_rela): Sparcv9 and v8plus use rela. |