* mips.h: Update copyright.
(E_MIPS_MACH_OCTEON): New macro.
This commit is contained in:
parent
967344c664
commit
7b03d09a44
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-02-04 Adam Nemet <anemet@caviumnetworks.com>
|
||||||
|
|
||||||
|
* mips.h: Update copyright.
|
||||||
|
(E_MIPS_MACH_OCTEON): New macro.
|
||||||
|
|
||||||
2008-01-30 Tristan Gingold <gingold@adacore.com>
|
2008-01-30 Tristan Gingold <gingold@adacore.com>
|
||||||
|
|
||||||
Add OpenVMS extensions.
|
Add OpenVMS extensions.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* MIPS ELF support for BFD.
|
/* MIPS ELF support for BFD.
|
||||||
Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
2003, 2004, 2005
|
2003, 2004, 2005, 2008
|
||||||
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
|
|
||||||
By Ian Lance Taylor, Cygnus Support, <ian@cygnus.com>, from
|
By Ian Lance Taylor, Cygnus Support, <ian@cygnus.com>, from
|
||||||
|
@ -213,6 +213,7 @@ END_RELOC_NUMBERS (R_MIPS_maxext)
|
||||||
#define E_MIPS_MACH_4120 0x00870000
|
#define E_MIPS_MACH_4120 0x00870000
|
||||||
#define E_MIPS_MACH_4111 0x00880000
|
#define E_MIPS_MACH_4111 0x00880000
|
||||||
#define E_MIPS_MACH_SB1 0x008a0000
|
#define E_MIPS_MACH_SB1 0x008a0000
|
||||||
|
#define E_MIPS_MACH_OCTEON 0x008b0000
|
||||||
#define E_MIPS_MACH_5400 0x00910000
|
#define E_MIPS_MACH_5400 0x00910000
|
||||||
#define E_MIPS_MACH_5500 0x00980000
|
#define E_MIPS_MACH_5500 0x00980000
|
||||||
#define E_MIPS_MACH_9000 0x00990000
|
#define E_MIPS_MACH_9000 0x00990000
|
||||||
|
|
Loading…
Reference in a new issue