aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2011-06-08 16:08:01 +0000
committerNick Clifton <nickc@gcc.gnu.org>2011-06-08 16:08:01 +0000
commit29494d1f79853c6cf8960b1ef7371187a117a22e (patch)
tree797363770efaf8059f3d38634cc7099b169f7bf3 /gcc/doc
parent4ffae7ff4745df9ca911eaebf83edd74ee76f296 (diff)
downloadgcc-29494d1f79853c6cf8960b1ef7371187a117a22e.zip
gcc-29494d1f79853c6cf8960b1ef7371187a117a22e.tar.gz
gcc-29494d1f79853c6cf8960b1ef7371187a117a22e.tar.bz2
invoke.texi (ARM Options): Update description of -mthumb-interwork.
* doc/invoke.texi (ARM Options): Update description of -mthumb-interwork. From-SVN: r174811
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi9
1 files changed, 5 insertions, 4 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index ab0cf0a..0069f78 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -10180,10 +10180,11 @@ Generate reentrant, position independent code. The default is
@item -mthumb-interwork
@opindex mthumb-interwork
Generate code which supports calling between the ARM and Thumb
-instruction sets. Without this option the two instruction sets cannot
-be reliably used inside one program. The default is
-@option{-mno-thumb-interwork}, since slightly larger code is generated
-when @option{-mthumb-interwork} is specified.
+instruction sets. Without this option, on pre-v5 architectures, the
+two instruction sets cannot be reliably used inside one program. The
+default is @option{-mno-thumb-interwork}, since slightly larger code
+is generated when @option{-mthumb-interwork} is specified. In AAPCS
+configurations this option is meaningless.
@item -mno-sched-prolog
@opindex mno-sched-prolog