aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-mips.c
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2002-08-07 04:32:14 +0000
committerThiemo Seufer <ths@networkno.de>2002-08-07 04:32:14 +0000
commit28458e7e44b78f4b9375366b0aaecb2bdf3562e1 (patch)
tree01b6bb56b9c815a0cb6e1c31e0ef0e5a18b44a98 /bfd/elf32-mips.c
parent6acdf5c773d10e7fef7698966f19cc236dfbd388 (diff)
downloadfsf-binutils-gdb-28458e7e44b78f4b9375366b0aaecb2bdf3562e1.zip
fsf-binutils-gdb-28458e7e44b78f4b9375366b0aaecb2bdf3562e1.tar.gz
fsf-binutils-gdb-28458e7e44b78f4b9375366b0aaecb2bdf3562e1.tar.bz2
* elf32-mips.c (mips_reloc_map): Fix typo.
Diffstat (limited to 'bfd/elf32-mips.c')
-rw-r--r--bfd/elf32-mips.c2
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. */