diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2010-05-06 15:02:24 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2010-05-06 15:02:24 +0000 |
commit | 0c4c2b4930c194e7dfa1cee459fe533aeea528d6 (patch) | |
tree | b88d5891544e658309d045c8f72048d7f81d20b0 /bfd/cpu-mips.c | |
parent | 8796c8196f344627e6af60ca946c730c6aeb4297 (diff) | |
download | gdb-0c4c2b4930c194e7dfa1cee459fe533aeea528d6.zip gdb-0c4c2b4930c194e7dfa1cee459fe533aeea528d6.tar.gz gdb-0c4c2b4930c194e7dfa1cee459fe533aeea528d6.tar.bz2 |
revert erroneous commit
Diffstat (limited to 'bfd/cpu-mips.c')
-rw-r--r-- | bfd/cpu-mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/cpu-mips.c b/bfd/cpu-mips.c index 63f4582..c0f532f 100644 --- a/bfd/cpu-mips.c +++ b/bfd/cpu-mips.c @@ -131,7 +131,7 @@ static const bfd_arch_info_type arch_info_struct[] = N (64, 64, bfd_mach_mips_loongson_2e, "mips:loongson_2e", FALSE, NN(I_loongson_2e)), N (64, 64, bfd_mach_mips_loongson_2f, "mips:loongson_2f", FALSE, NN(I_loongson_2f)), N (64, 64, bfd_mach_mips_octeon,"mips:octeon", FALSE, NN(I_mipsocteon)), - N (64, 64, bfd_mach_mips_xlr, "mips:xlr", FALSE, NN(I_xlr)) + N (64, 64, bfd_mach_mips_xlr, "mips:xlr", FALSE, 0) }; /* The default architecture is mips:3000, but with a machine number of |