include/
2009-12-03 David Daney <ddaney@caviumnetworks.com> Adam Nemet <adambnemet@gmail.com> * elf/mips.h (E_MIPS_MACH_OCTEON2): New machine flag. binutils/ 2009-12-03 David Daney <ddaney@caviumnetworks.com> Adam Nemet <adambnemet@gmail.com> * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON2 case.
This commit is contained in:
parent
ca55d848d8
commit
67c2a3e8c9
@ -1,3 +1,8 @@
|
||||
2009-12-03 David Daney <ddaney@caviumnetworks.com>
|
||||
Adam Nemet <adambnemet@gmail.com>
|
||||
|
||||
* readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON2 case.
|
||||
|
||||
2009-12-03 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR binutils/11045
|
||||
|
@ -2337,6 +2337,7 @@ get_machine_flags (unsigned e_flags, unsigned e_machine)
|
||||
case E_MIPS_MACH_LS2E: strcat (buf, ", loongson-2e"); break;
|
||||
case E_MIPS_MACH_LS2F: strcat (buf, ", loongson-2f"); break;
|
||||
case E_MIPS_MACH_OCTEON: strcat (buf, ", octeon"); break;
|
||||
case E_MIPS_MACH_OCTEON2: strcat (buf, ", octeon2"); break;
|
||||
case E_MIPS_MACH_XLR: strcat (buf, ", xlr"); break;
|
||||
case 0:
|
||||
/* We simply ignore the field in this case to avoid confusion:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2009-12-03 David Daney <ddaney@caviumnetworks.com>
|
||||
Adam Nemet <adambnemet@gmail.com>
|
||||
|
||||
* elf/mips.h (E_MIPS_MACH_OCTEON2): New machine flag.
|
||||
|
||||
2009-11-18 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* alloca-conf.h: Clarify comment.
|
||||
|
@ -215,6 +215,7 @@ END_RELOC_NUMBERS (R_MIPS_maxext)
|
||||
#define E_MIPS_MACH_SB1 0x008a0000
|
||||
#define E_MIPS_MACH_OCTEON 0x008b0000
|
||||
#define E_MIPS_MACH_XLR 0x008c0000
|
||||
#define E_MIPS_MACH_OCTEON2 0x008d0000
|
||||
#define E_MIPS_MACH_5400 0x00910000
|
||||
#define E_MIPS_MACH_5500 0x00980000
|
||||
#define E_MIPS_MACH_9000 0x00990000
|
||||
|
Loading…
Reference in New Issue
Block a user