diff options
author | Thiemo Seufer <ths@networkno.de> | 2001-12-17 20:14:48 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2001-12-17 20:14:48 +0000 |
commit | a17aee54dd602a836413667d4b5f5548aa0b42ef (patch) | |
tree | 678cd7fa5b4416b48a0be931640bcf7f8e0b4346 /bfd/elf32-mips.c | |
parent | 0609eb57331caac718ea7cc15b3f041f63698435 (diff) | |
download | gdb-a17aee54dd602a836413667d4b5f5548aa0b42ef.zip gdb-a17aee54dd602a836413667d4b5f5548aa0b42ef.tar.gz gdb-a17aee54dd602a836413667d4b5f5548aa0b42ef.tar.bz2 |
* 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-mips.c b/bfd/elf32-mips.c index 41c4309..9e8e0d3 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; } |