mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* elf64-ppc.c (ppc64_elf_edit_toc): Ignore can_optimize bit if
we haven't seen expected -mcmodel=medium/large code relocs.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2011-08-19 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* elf64-ppc.c (ppc64_elf_edit_toc): Ignore can_optimize bit if
|
||||||
|
we haven't seen expected -mcmodel=medium/large code relocs.
|
||||||
|
|
||||||
2011-08-18 Tristan Gingold <gingold@adacore.com>
|
2011-08-18 Tristan Gingold <gingold@adacore.com>
|
||||||
|
|
||||||
* mach-o.c (bfd_mach_o_read_segment): Initialize list.
|
* mach-o.c (bfd_mach_o_read_segment): Initialize list.
|
||||||
|
@ -8267,7 +8267,7 @@ ppc64_elf_edit_toc (struct bfd_link_info *info)
|
|||||||
some_unused = 1;
|
some_unused = 1;
|
||||||
last = 0;
|
last = 0;
|
||||||
}
|
}
|
||||||
else if (*drop)
|
else if (*drop & ref_from_discarded)
|
||||||
{
|
{
|
||||||
some_unused = 1;
|
some_unused = 1;
|
||||||
last = ref_from_discarded;
|
last = ref_from_discarded;
|
||||||
|
Reference in New Issue
Block a user