mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
PR ld/15302
* elf32-arm.c (allocate_dynrelocs_for_symbol): Revert previous patch.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2013-06-28 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
PR ld/15302
|
||||||
|
* elf32-arm.c (allocate_dynrelocs_for_symbol): Revert previous patch.
|
||||||
|
|
||||||
2013-06-27 Marcus Shawcroft <marcus.shawcroft@arm.com>
|
2013-06-27 Marcus Shawcroft <marcus.shawcroft@arm.com>
|
||||||
|
|
||||||
* elfnn-aarch64.c (elfNN_aarch64_check_relocs): Reserve one slot
|
* elfnn-aarch64.c (elfNN_aarch64_check_relocs): Reserve one slot
|
||||||
|
@ -13340,12 +13340,6 @@ allocate_dynrelocs_for_symbol (struct elf_link_hash_entry *h, void * inf)
|
|||||||
h->root.u.def.value = th->root.u.def.value & ~1;
|
h->root.u.def.value = th->root.u.def.value & ~1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Make sure we are not applying ST_BRANCH_TO_ARM to symbols
|
|
||||||
for thumb-only targets. */
|
|
||||||
if (using_thumb_only (htab)
|
|
||||||
&& h->target_internal == ST_BRANCH_TO_ARM)
|
|
||||||
h->target_internal = ST_BRANCH_TO_THUMB;
|
|
||||||
|
|
||||||
if (eh->dyn_relocs == NULL)
|
if (eh->dyn_relocs == NULL)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user