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]

Re: Update readelf to know about the new ELF constants


On Mon, Nov 27, 2000 at 12:20:28PM -0800, H . J . Lu wrote:

>      EM_MIPS_RS3_LE    10		MIPS RS3000 Little-endian

I don't know where you got this constant's name from, it's name is
EM_MIPS_RS4_BE (MIPS R4000 big endian) in all literature and header files
I've seen.  RS3000 series from MIPS was a workstation series of the former
Mips Computer Systems, Inc.  not a processor.

The constant is probably no longer in use - if it ever has been. it's only
use I've ever seen is in tools that read ELF but never in tools that write
ELF or in existing ELF files.

Cc'ed to the Linux/MIPS mailing lists; maybe the oldtimers there can comment.

  Ralf

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