diff options
author | Adam Nemet <anemet@caviumnetworks.com> | 2008-02-04 19:15:52 +0000 |
---|---|---|
committer | Adam Nemet <anemet@caviumnetworks.com> | 2008-02-04 19:15:52 +0000 |
commit | 6f179bd0a4fb0066d5a0afb61bf82f2b12618886 (patch) | |
tree | 49f050350feef137019287935b8db2e6e0c966b9 /bfd/archures.c | |
parent | fc955173bb408aa2485fdc9be73dcdcc9e353e4b (diff) | |
download | gdb-6f179bd0a4fb0066d5a0afb61bf82f2b12618886.zip gdb-6f179bd0a4fb0066d5a0afb61bf82f2b12618886.tar.gz gdb-6f179bd0a4fb0066d5a0afb61bf82f2b12618886.tar.bz2 |
* archures.c: Update copyright.
(bfd_mach_mips_octeon): New macro.
* bfd-in2.h: Regenerate.
* elfxx-mips.c (_bfd_elf_mips_mach): Handle Octeon.
(mips_set_isa_flags): Likewise.
(mips_mach_extensions): Add Octeon.
* cpu-mips.c: Update copyright.
(I_mipsocteon): New enum constant.
(arch_info_struct): Add Octeon.
Diffstat (limited to 'bfd/archures.c')
-rw-r--r-- | bfd/archures.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/archures.c b/bfd/archures.c index 3459e55..9a5c7c4 100644 --- a/bfd/archures.c +++ b/bfd/archures.c @@ -1,6 +1,6 @@ /* BFD library support routines for architectures. Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, - 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 + 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. Hacked by John Gilmore and Steve Chamberlain of Cygnus Support. @@ -172,6 +172,7 @@ DESCRIPTION .#define bfd_mach_mips_loongson_2e 3001 .#define bfd_mach_mips_loongson_2f 3002 .#define bfd_mach_mips_sb1 12310201 {* octal 'SB', 01 *} +.#define bfd_mach_mips_octeon 6501 .#define bfd_mach_mipsisa32 32 .#define bfd_mach_mipsisa32r2 33 .#define bfd_mach_mipsisa64 64 |