mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 09:14:14 +08:00
* bfd/elfxx-mips.c (mips_elf_calculate_relocation): Fix mode for stub
calling relocations.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2006-06-09 David Ung <davidu@mips.com>
|
||||||
|
|
||||||
|
* bfd/elfxx-mips.c (mips_elf_calculate_relocation): Fix mode for stub
|
||||||
|
calling relocations.
|
||||||
|
|
||||||
2006-06-08 David Daney <ddaney@avtrex.com>
|
2006-06-08 David Daney <ddaney@avtrex.com>
|
||||||
|
|
||||||
* elfxx-mips.c (STUB_LI16): Removed.
|
* elfxx-mips.c (STUB_LI16): Removed.
|
||||||
|
@ -4074,6 +4074,8 @@ mips_elf_calculate_relocation (bfd *abfd, bfd *input_bfd,
|
|||||||
}
|
}
|
||||||
|
|
||||||
symbol = sec->output_section->vma + sec->output_offset;
|
symbol = sec->output_section->vma + sec->output_offset;
|
||||||
|
/* The target is 16-bit, but the stub isn't. */
|
||||||
|
target_is_16_bit_code_p = FALSE;
|
||||||
}
|
}
|
||||||
/* If this is a 16-bit call to a 32- or 64-bit function with a stub, we
|
/* If this is a 16-bit call to a 32- or 64-bit function with a stub, we
|
||||||
need to redirect the call to the stub. */
|
need to redirect the call to the stub. */
|
||||||
|
Reference in New Issue
Block a user