Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-05-15 16:24:29 +0400
committerNick Clifton <nickc@redhat.com>2001-05-15 16:24:29 +0400
commit75f9ca7b0c317ba96a06f089cf44c0da46ee4996 (patch)
treef97f6cdc186cc1d8e236106313a9a157119c506f /include/elf/common.h
parent92f998d4e03202c2a0a8590cd95c02893e39abb6 (diff)
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/elf/common.h')
-rw-r--r--include/elf/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/elf/common.h b/include/elf/common.h
index f4862b171..e0b80e466 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 */