This is the mail archive of the binutils@sourceware.org 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]

[PATCH] Add ELF MIPS machine flag value for Octeon3 processors.


Just like https://sourceware.org/ml/binutils/2009-12/msg00024.html .
Cavium is working on Binutils support for the new Octeon 3 processors.
 Since Octeon3 extends the ISA used by the existing
Octeon2 support we are using a new EF_MIPS_MACH value for the new processor.

This patch adds E_MIPS_MACH_OCTEON3 and the corresponding readelf
support.

OK to commit?

Thanks,
Andrew Pinski

binutils/ChangeLog:
* readelf.c  (get_machine_flags): Handle E_MIPS_MACH_OCTEON3case.

elfcpp/ChangeLog:
* mips.h (E_MIPS_MACH_OCTEON3): New enum constant.

include/elf/ChangeLog:
* mips.h (E_MIPS_MACH_OCTEON3): New machine flag.

Attachment: addOCTEON3.diff.txt
Description: Text document


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