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/ld.texinfo | |
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/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index e7dbd7b..f4a3473 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -5713,6 +5713,10 @@ from the input sections. The default, if @option{--stub-group-size=} is not specified, is @samp{N = +1}. +Farcalls stubs insertion is fully supported for the ARM-EABI target +only, because it relies on object files properties not present +otherwise. + @ifclear GENERIC @lowersections @end ifclear |