2012-07-24 Jan Waclawek <konfera@efton.sk>
PR ld/14058 * emultempl/avrelf.em (avr_elf_after_allocation): Call elf32_avr_size_stubs with is_prealloc_run as TRUE.
This commit is contained in:
parent
6aa82b649b
commit
43315eb701
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2012-07-24 Jan Waclawek <konfera@efton.sk>
|
||||||
|
|
||||||
|
PR ld/14058
|
||||||
|
* emultempl/avrelf.em (avr_elf_after_allocation): Call
|
||||||
|
elf32_avr_size_stubs with is_prealloc_run as TRUE.
|
||||||
|
|
||||||
2012-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
2012-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
||||||
|
|
||||||
* emulparams/elf_s390.sh (IREL_IN_PLT): Define.
|
* emulparams/elf_s390.sh (IREL_IN_PLT): Define.
|
||||||
|
|
|
@ -152,7 +152,7 @@ avr_elf_after_allocation (void)
|
||||||
{
|
{
|
||||||
/* If relaxing, elf32_avr_size_stubs will be called from
|
/* If relaxing, elf32_avr_size_stubs will be called from
|
||||||
elf32_avr_relax_section. */
|
elf32_avr_relax_section. */
|
||||||
if (!elf32_avr_size_stubs (link_info.output_bfd, &link_info, FALSE))
|
if (!elf32_avr_size_stubs (link_info.output_bfd, &link_info, TRUE))
|
||||||
einfo ("%X%P: can not size stub section: %E\n");
|
einfo ("%X%P: can not size stub section: %E\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue