summaryrefslogtreecommitdiff
path: root/bfd/elf32-mips.c
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2001-12-17 20:14:48 +0000
committerThiemo Seufer <ths@networkno.de>2001-12-17 20:14:48 +0000
commit3a60fc0518d207077676a460f9aa3a35fab76ec2 (patch)
tree414d48b6e0d92e1315930406f94276344a33e23b /bfd/elf32-mips.c
parent39c9c95204b630c90d8368bf9abdcd5f66e2b76f (diff)
downloadgdb-3a60fc0518d207077676a460f9aa3a35fab76ec2.tar.gz
* elf32-mips.c (_bfd_mips_elf_relocate_section): Formatting.
* elf64-mips.c: Add most of the fixes and tweaks done in elf32-mips.c over the last months. Add some code for mips16 handling. (mips_elf64_check_mips16_stubs): New function. (mips_elf64_stub_section_p): Likewise. (mips_elf64_calculate_relocation): Change interface to support mips16. (mips_elf64_perform_relocation): Likewise.
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 41c43095914..9e8e0d3dfb3 100644
--- a/bfd/elf32-mips.c
+++ b/bfd/elf32-mips.c
@@ -7535,7 +7535,7 @@ _bfd_mips_elf_relocate_section (output_bfd, info, input_bfd, input_section,
}
if (!mips_elf_perform_relocation (info, howto, rel, addend,
- input_bfd, input_section,
+ input_bfd, input_section,
contents, false))
return false;
}