mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
Correct powerpc64le __glink_PLTresolve .eh_frame FDE
* elf64-ppc.c (ppc64_elf_size_stubs): Correct __glink_PLTresolve eh_frame FDE for ELFv1.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2015-10-17 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* elf64-ppc.c (ppc64_elf_size_stubs): Correct __glink_PLTresolve
|
||||||
|
eh_frame FDE for ELFv1.
|
||||||
|
|
||||||
2015-10-16 H.J. Lu <hongjiu.lu@intel.com>
|
2015-10-16 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* elf32-i386.c (elf_i386_convert_mov_to_lea): Check if symbol
|
* elf32-i386.c (elf_i386_convert_mov_to_lea): Check if symbol
|
||||||
|
@ -12583,7 +12583,7 @@ ppc64_elf_size_stubs (struct bfd_link_info *info)
|
|||||||
*p++ = DW_CFA_advance_loc + 1;
|
*p++ = DW_CFA_advance_loc + 1;
|
||||||
*p++ = DW_CFA_register;
|
*p++ = DW_CFA_register;
|
||||||
*p++ = 65;
|
*p++ = 65;
|
||||||
*p++ = 12;
|
*p++ = htab->opd_abi ? 12 : 0;
|
||||||
*p++ = DW_CFA_advance_loc + 4;
|
*p++ = DW_CFA_advance_loc + 4;
|
||||||
*p++ = DW_CFA_restore_extended;
|
*p++ = DW_CFA_restore_extended;
|
||||||
*p++ = 65;
|
*p++ = 65;
|
||||||
|
Reference in New Issue
Block a user