* elf32-mips.c (mips_reloc_map): Fix typo.
[deliverable/binutils-gdb.git] / bfd / elf32-mips.c
index 953417d166b8554531869a7448c195e843a2740d..f1667321025e18f3c87f0adb45f2f1bdac62fc22 100644 (file)
@@ -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.  */
This page took 0.023441 seconds and 4 git commands to generate.