diff options
author | Phil Blundell <philb@gnu.org> | 2001-02-28 10:15:57 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2001-02-28 10:15:57 +0000 |
commit | a5bcd848ff9f8a403f1f57644447ba136c0e29eb (patch) | |
tree | e881cc70be42e149654a124bd9033eff6db5814d /binutils/ChangeLog | |
parent | fd2ec33034e870c38a8e29c65939594b6ff5d63e (diff) | |
download | gdb-a5bcd848ff9f8a403f1f57644447ba136c0e29eb.zip gdb-a5bcd848ff9f8a403f1f57644447ba136c0e29eb.tar.gz gdb-a5bcd848ff9f8a403f1f57644447ba136c0e29eb.tar.bz2 |
2001-02-28 Philip Blundell <pb@futuretv.com>
* readelf.c (decode_ARM_machine_flags): Explicitly mention which
ABI is in use; remove ambiguity between the "unknown" EABI and
unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
renamed EF_xx constants.
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 25e815c..aa91011 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +2001-02-28 Philip Blundell <pb@futuretv.com> + + * readelf.c (decode_ARM_machine_flags): Explicitly mention which + ABI is in use; remove ambiguity between the "unknown" EABI and + unrecognised ABIs. Handle version 2 ARM EABI. Update uses of + renamed EF_xx constants. + 2001-02-27 Alan Modra <alan@linuxcare.com.au> * configure.in (BFD_VERSION): New. |