summaryrefslogtreecommitdiff
path: root/ld/emultempl
diff options
context:
space:
mode:
authorEric B. Weddington <eric.weddington@atmel.com>2012-07-24 22:23:20 +0000
committerEric B. Weddington <eric.weddington@atmel.com>2012-07-24 22:23:20 +0000
commitc6ded1ca03ea3b50d704a27dfebcac15425106fb (patch)
tree0d76de1c38bd795205856e4b68ec11aed1fbb412 /ld/emultempl
parent8ad199463f5056a7ef3c2c4dc1f3c4c7126de5c6 (diff)
downloadbinutils-redhat-c6ded1ca03ea3b50d704a27dfebcac15425106fb.tar.gz
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.
Diffstat (limited to 'ld/emultempl')
-rw-r--r--ld/emultempl/avrelf.em2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/avrelf.em b/ld/emultempl/avrelf.em
index 7f8c05eae7..bfb9d5c420 100644
--- a/ld/emultempl/avrelf.em
+++ b/ld/emultempl/avrelf.em
@@ -152,7 +152,7 @@ avr_elf_after_allocation (void)
{
/* If relaxing, elf32_avr_size_stubs will be called from
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");
}