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 /include | |
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 'include')
-rw-r--r-- | include/elf/ChangeLog | 5 | ||||
-rw-r--r-- | include/elf/common.h | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index d1c9574..28d46f2 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,8 @@ +2001-05-15 Ralf Baechle <ralf@gnu.org> + + * common.h: Remove definition of EM_MIPS_RS4_BE. The constant was + never in active use and is used otherwise by the ABI. + 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> * external.h: Fix typo. diff --git a/include/elf/common.h b/include/elf/common.h index f4862b1..e0b80e4 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -105,7 +105,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define EM_860 7 /* Intel 80860 */ #define EM_MIPS 8 /* MIPS R3000 (officially, big-endian only) */ #define EM_S370 9 /* IBM System/370 */ -#define EM_MIPS_RS4_BE 10 /* MIPS R4000 big-endian */ /* Depreciated */ #define EM_MIPS_RS3_LE 10 /* MIPS R3000 little-endian (Oct 4 1999 Draft)*/ /* Depreciated */ #define EM_PARISC 15 /* HPPA */ |