mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:01:59 +08:00
* elf32-xtensa.c (elf_xtensa_do_reloc): Update self_address along with
address. (print_action_list): Fix name for ta_convert_longcall.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2007-12-12 Bob Wilson <bob.wilson@acm.org>
|
||||||
|
|
||||||
|
* elf32-xtensa.c (elf_xtensa_do_reloc): Update self_address along with
|
||||||
|
address.
|
||||||
|
(print_action_list): Fix name for ta_convert_longcall.
|
||||||
|
|
||||||
2007-12-11 Catherine Moore <clm@codesourcery.com>
|
2007-12-11 Catherine Moore <clm@codesourcery.com>
|
||||||
|
|
||||||
* elf.c (_bfd_elf_copy_private_symbol_data): Don't copy shndx if
|
* elf.c (_bfd_elf_copy_private_symbol_data): Don't copy shndx if
|
||||||
|
@ -1575,6 +1575,7 @@ elf_xtensa_do_reloc (reloc_howto_type *howto,
|
|||||||
|
|
||||||
/* The CALL needs to be relocated. Continue below for that part. */
|
/* The CALL needs to be relocated. Continue below for that part. */
|
||||||
address += 3;
|
address += 3;
|
||||||
|
self_address += 3;
|
||||||
howto = &elf_howto_table[(unsigned) R_XTENSA_SLOT0_OP ];
|
howto = &elf_howto_table[(unsigned) R_XTENSA_SLOT0_OP ];
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
@ -4846,7 +4847,7 @@ print_action_list (FILE *fp, text_action_list *action_list)
|
|||||||
case ta_remove_longcall:
|
case ta_remove_longcall:
|
||||||
t = "remove_longcall"; break;
|
t = "remove_longcall"; break;
|
||||||
case ta_convert_longcall:
|
case ta_convert_longcall:
|
||||||
t = "remove_longcall"; break;
|
t = "convert_longcall"; break;
|
||||||
case ta_narrow_insn:
|
case ta_narrow_insn:
|
||||||
t = "narrow_insn"; break;
|
t = "narrow_insn"; break;
|
||||||
case ta_widen_insn:
|
case ta_widen_insn:
|
||||||
|
Reference in New Issue
Block a user