aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/armelf.em
diff options
context:
space:
mode:
Diffstat (limited to 'ld/emultempl/armelf.em')
-rw-r--r--ld/emultempl/armelf.em4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/emultempl/armelf.em b/ld/emultempl/armelf.em
index 57842f4..6ebb30e 100644
--- a/ld/emultempl/armelf.em
+++ b/ld/emultempl/armelf.em
@@ -355,7 +355,7 @@ gld${EMULATION_NAME}_finish (void)
{
if (ret < 0)
{
- einfo ("%X%P: can not size stub section: %E\n");
+ einfo ("%X%P: could not compute sections lists for stub generation: %E\n");
return;
}
@@ -369,7 +369,7 @@ gld${EMULATION_NAME}_finish (void)
& elf32_arm_add_stub_section,
& gldarm_layout_sections_again))
{
- einfo ("%X%P: can not size stub section: %E\n");
+ einfo ("%X%P: cannot size stub section: %E\n");
return;
}
}