diff options
Diffstat (limited to 'bfd/elf32-mips.c')
-rw-r--r-- | bfd/elf32-mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-mips.c b/bfd/elf32-mips.c index 953417d..f166732 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. */ |