From: Thiemo Seufer Date: Wed, 7 Aug 2002 04:32:14 +0000 (+0000) Subject: * elf32-mips.c (mips_reloc_map): Fix typo. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=28458e7e44b78f4b9375366b0aaecb2bdf3562e1;p=deliverable%2Fbinutils-gdb.git * elf32-mips.c (mips_reloc_map): Fix typo. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4b9caa3779..cd1c143f61 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2002-08-07 Thiemo Seufer + + * elf32-mips.c (mips_reloc_map): Fix typo. + 2002-08-06 Alan Modra * xcofflink.c (xcoff_write_global_symbol): Set n_scnum for abs_section. diff --git a/bfd/elf32-mips.c b/bfd/elf32-mips.c index 953417d166..f166732102 100644 --- a/bfd/elf32-mips.c +++ b/bfd/elf32-mips.c @@ -1387,7 +1387,7 @@ struct elf_reloc_map { static const struct elf_reloc_map mips_reloc_map[] = { - { BFD_RELOC_NONE, R_MIPS_NONE, }, + { BFD_RELOC_NONE, R_MIPS_NONE }, { BFD_RELOC_16, R_MIPS_16 }, { BFD_RELOC_32, R_MIPS_32 }, /* There is no BFD reloc for R_MIPS_REL32. */