mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 07:08:01 +08:00
bfd/
* elf32-mips.c (elf_mips_copy_howto, elf_mips_jump_slot_howto): Use _bfd_mips_elf_generic_reloc instead of bfd_elf_generic_reloc. * elfn32-mips.c: Likewise. * elf64-mips.c: Likewise.
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
2013-05-04 Richard Sandiford <rdsandiford@googlemail.com>
|
||||||
|
|
||||||
|
* elf32-mips.c (elf_mips_copy_howto, elf_mips_jump_slot_howto):
|
||||||
|
Use _bfd_mips_elf_generic_reloc instead of bfd_elf_generic_reloc.
|
||||||
|
* elfn32-mips.c: Likewise.
|
||||||
|
* elf64-mips.c: Likewise.
|
||||||
|
|
||||||
2013-05-02 Nick Clifton <nickc@redhat.com>
|
2013-05-02 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* archures.c: Add some more MSP430 machine numbers.
|
* archures.c: Add some more MSP430 machine numbers.
|
||||||
|
@ -1515,7 +1515,7 @@ static reloc_howto_type elf_mips_copy_howto =
|
|||||||
FALSE, /* pc_relative */
|
FALSE, /* pc_relative */
|
||||||
0, /* bitpos */
|
0, /* bitpos */
|
||||||
complain_overflow_bitfield, /* complain_on_overflow */
|
complain_overflow_bitfield, /* complain_on_overflow */
|
||||||
bfd_elf_generic_reloc, /* special_function */
|
_bfd_mips_elf_generic_reloc, /* special_function */
|
||||||
"R_MIPS_COPY", /* name */
|
"R_MIPS_COPY", /* name */
|
||||||
FALSE, /* partial_inplace */
|
FALSE, /* partial_inplace */
|
||||||
0x0, /* src_mask */
|
0x0, /* src_mask */
|
||||||
@ -1531,7 +1531,7 @@ static reloc_howto_type elf_mips_jump_slot_howto =
|
|||||||
FALSE, /* pc_relative */
|
FALSE, /* pc_relative */
|
||||||
0, /* bitpos */
|
0, /* bitpos */
|
||||||
complain_overflow_bitfield, /* complain_on_overflow */
|
complain_overflow_bitfield, /* complain_on_overflow */
|
||||||
bfd_elf_generic_reloc, /* special_function */
|
_bfd_mips_elf_generic_reloc, /* special_function */
|
||||||
"R_MIPS_JUMP_SLOT", /* name */
|
"R_MIPS_JUMP_SLOT", /* name */
|
||||||
FALSE, /* partial_inplace */
|
FALSE, /* partial_inplace */
|
||||||
0x0, /* src_mask */
|
0x0, /* src_mask */
|
||||||
|
@ -2632,7 +2632,7 @@ static reloc_howto_type elf_mips_copy_howto =
|
|||||||
FALSE, /* pc_relative */
|
FALSE, /* pc_relative */
|
||||||
0, /* bitpos */
|
0, /* bitpos */
|
||||||
complain_overflow_bitfield, /* complain_on_overflow */
|
complain_overflow_bitfield, /* complain_on_overflow */
|
||||||
bfd_elf_generic_reloc, /* special_function */
|
_bfd_mips_elf_generic_reloc, /* special_function */
|
||||||
"R_MIPS_COPY", /* name */
|
"R_MIPS_COPY", /* name */
|
||||||
FALSE, /* partial_inplace */
|
FALSE, /* partial_inplace */
|
||||||
0x0, /* src_mask */
|
0x0, /* src_mask */
|
||||||
@ -2648,7 +2648,7 @@ static reloc_howto_type elf_mips_jump_slot_howto =
|
|||||||
FALSE, /* pc_relative */
|
FALSE, /* pc_relative */
|
||||||
0, /* bitpos */
|
0, /* bitpos */
|
||||||
complain_overflow_bitfield, /* complain_on_overflow */
|
complain_overflow_bitfield, /* complain_on_overflow */
|
||||||
bfd_elf_generic_reloc, /* special_function */
|
_bfd_mips_elf_generic_reloc, /* special_function */
|
||||||
"R_MIPS_JUMP_SLOT", /* name */
|
"R_MIPS_JUMP_SLOT", /* name */
|
||||||
FALSE, /* partial_inplace */
|
FALSE, /* partial_inplace */
|
||||||
0x0, /* src_mask */
|
0x0, /* src_mask */
|
||||||
|
@ -2597,7 +2597,7 @@ static reloc_howto_type elf_mips_copy_howto =
|
|||||||
FALSE, /* pc_relative */
|
FALSE, /* pc_relative */
|
||||||
0, /* bitpos */
|
0, /* bitpos */
|
||||||
complain_overflow_bitfield, /* complain_on_overflow */
|
complain_overflow_bitfield, /* complain_on_overflow */
|
||||||
bfd_elf_generic_reloc, /* special_function */
|
_bfd_mips_elf_generic_reloc, /* special_function */
|
||||||
"R_MIPS_COPY", /* name */
|
"R_MIPS_COPY", /* name */
|
||||||
FALSE, /* partial_inplace */
|
FALSE, /* partial_inplace */
|
||||||
0x0, /* src_mask */
|
0x0, /* src_mask */
|
||||||
@ -2613,7 +2613,7 @@ static reloc_howto_type elf_mips_jump_slot_howto =
|
|||||||
FALSE, /* pc_relative */
|
FALSE, /* pc_relative */
|
||||||
0, /* bitpos */
|
0, /* bitpos */
|
||||||
complain_overflow_bitfield, /* complain_on_overflow */
|
complain_overflow_bitfield, /* complain_on_overflow */
|
||||||
bfd_elf_generic_reloc, /* special_function */
|
_bfd_mips_elf_generic_reloc, /* special_function */
|
||||||
"R_MIPS_JUMP_SLOT", /* name */
|
"R_MIPS_JUMP_SLOT", /* name */
|
||||||
FALSE, /* partial_inplace */
|
FALSE, /* partial_inplace */
|
||||||
0x0, /* src_mask */
|
0x0, /* src_mask */
|
||||||
|
Reference in New Issue
Block a user