diff options
author | Nick Clifton <nickc@redhat.com> | 2001-05-15 12:24:29 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-05-15 12:24:29 +0000 |
commit | 4fe85591019ffb8d09b9c8b31869d42e070949b3 (patch) | |
tree | 0172275c33093777d4dc3fbde8c3596d064f2580 /binutils/ChangeLog | |
parent | aa5f19f2b9e440d4ebfb3a53500e66021f21b6af (diff) | |
download | gdb-4fe85591019ffb8d09b9c8b31869d42e070949b3.zip gdb-4fe85591019ffb8d09b9c8b31869d42e070949b3.tar.gz gdb-4fe85591019ffb8d09b9c8b31869d42e070949b3.tar.bz2 |
Remove definition of EM_MIPS_RS4_BE. The constant was never in active use
and is used otherwise by the ABI.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 311f833..33af926 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2001-05-15 Ralf Baechle <ralf@gnu.org> + + * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE. + The former constant was never in active use and is used otherwise + by the ABI. + 2001-05-11 Jakub Jelinek <jakub@redhat.com> * readelf.c (process_unwind): Print all unwind sections, not just |