This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Define E_MIPS_MACH_9000


I'm checking in this patch to define E_MIPS_MACH_9000.  This permits
distinguishing object files which have been compiled for the PMC
Sierra RM9000 processor.  (I checked with Nick a while back about the
number 0x00990000).

I will continue with other patches to add support to the various
tools.

Ian


2004-12-09  Ian Lance Taylor  <ian@wasabisystems.com>

	* mips.h (E_MIPS_MACH_9000): Define.


Index: elf/mips.h
===================================================================
RCS file: /cvs/src/src/include/elf/mips.h,v
retrieving revision 1.23
diff -u -r1.23 mips.h
--- elf/mips.h	14 Jun 2004 18:25:10 -0000	1.23
+++ elf/mips.h	9 Dec 2004 05:58:12 -0000
@@ -190,6 +190,7 @@
 #define E_MIPS_MACH_SB1         0x008a0000
 #define E_MIPS_MACH_5400	0x00910000
 #define E_MIPS_MACH_5500	0x00980000
+#define E_MIPS_MACH_9000	0x00990000
 
 /* Processor specific section indices.  These sections do not actually
    exist.  Symbols with a st_shndx field corresponding to one of these


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]