diff options
author | Nick Clifton <nickc@redhat.com> | 2008-05-28 15:38:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-05-28 15:38:36 +0000 |
commit | 1a51c1a48dafc996d6c199832cb75b46779d33ae (patch) | |
tree | 9f7c26f4b303c2e60d889c8ced58d0cbdb727d1d /ld/emultempl | |
parent | ade927173665c1982d14623d3baccc7415e54597 (diff) | |
download | gdb-1a51c1a48dafc996d6c199832cb75b46779d33ae.zip gdb-1a51c1a48dafc996d6c199832cb75b46779d33ae.tar.gz gdb-1a51c1a48dafc996d6c199832cb75b46779d33ae.tar.bz2 |
ld/testsuite/
* ld-arm/arm-elf.exp: Skip farcalls tests for non-ARM-EABI
targets.
* ld-arm/thumb2-bl-as-thumb1-bad-noeabi.d: New file.
* ld-arm/thumb2-bl-bad-noeabi.d: Likewise.
ld/
* ld.texinfo: State that farcalls stubs are supported for ARM-EABI
only.
Diffstat (limited to 'ld/emultempl')
-rw-r--r-- | ld/emultempl/armelf.em | 4 |
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; } } |