From 967344c664dc29bd186de2502441af112655c822 Mon Sep 17 00:00:00 2001 From: Adam Nemet Date: Mon, 4 Feb 2008 19:20:16 +0000 Subject: [PATCH] * config/tc-mips.c (mips_cpu_info_table): Add Octeon. --- gas/ChangeLog | 4 ++++ gas/config/tc-mips.c | 3 +++ 2 files changed, 7 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 2ecfdef816..29813e9350 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2008-02-04 Adam Nemet + + * config/tc-mips.c (mips_cpu_info_table): Add Octeon. + 2008-01-31 Marc Gauthier * configure.tgt (xtensa*-*-*): Recognize processor variants. diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index e29041cf72..f089345456 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -14865,6 +14865,9 @@ static const struct mips_cpu_info mips_cpu_info_table[] = { "loongson2e", 0, ISA_MIPS3, CPU_LOONGSON_2E }, { "loongson2f", 0, ISA_MIPS3, CPU_LOONGSON_2F }, + /* Cavium Networks Octeon CPU core */ + { "octeon", 0, ISA_MIPS64R2, CPU_OCTEON }, + /* End marker */ { NULL, 0, 0, 0 } }; -- 2.34.1