diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2010-05-06 10:22:51 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2010-05-06 10:22:51 +0000 |
commit | 8796c8196f344627e6af60ca946c730c6aeb4297 (patch) | |
tree | fcd0ff4660c26f24b5d5c38b2302f800896be85e /bfd | |
parent | 952a6d4151ae37ef4f7121c000cab8fce01577ac (diff) | |
download | gdb-8796c8196f344627e6af60ca946c730c6aeb4297.zip gdb-8796c8196f344627e6af60ca946c730c6aeb4297.tar.gz gdb-8796c8196f344627e6af60ca946c730c6aeb4297.tar.bz2 |
* cpu-mips.c (arch_info_struct): Fixup XLR entry.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/cpu-mips.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9f2b50d..bfcce1c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2010-05-06 Maciej W. Rozycki <macro@codesourcery.com> + + * cpu-mips.c (arch_info_struct): Fixup XLR entry. + 2010-05-05 Nick Clifton <nickc@redhat.com> * po/es.po: Updated Spanish translation. diff --git a/bfd/cpu-mips.c b/bfd/cpu-mips.c index c0f532f..63f4582 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, 0) + N (64, 64, bfd_mach_mips_xlr, "mips:xlr", FALSE, NN(I_xlr)) }; /* The default architecture is mips:3000, but with a machine number of |