aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2014-09-08 15:34:18 -0400
committerDJ Delorie <dj@gcc.gnu.org>2014-09-08 15:34:18 -0400
commit59784c46ff238f0f027e0c6185903f842ad68f34 (patch)
treea217d6cfc22f1758501cb39b4d36cda4898008ac /gcc/doc
parentdb09274d918fc8e1411ad0ad60d1f0a6ec4eb9da (diff)
downloadgcc-59784c46ff238f0f027e0c6185903f842ad68f34.zip
gcc-59784c46ff238f0f027e0c6185903f842ad68f34.tar.gz
gcc-59784c46ff238f0f027e0c6185903f842ad68f34.tar.bz2
* doc/invoke.texi (MSP430 Options): Add -minrt.
From-SVN: r215021
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi9
1 files changed, 8 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 55e6d56..8e73813 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -837,7 +837,7 @@ Objective-C and Objective-C++ Dialects}.
@emph{MSP430 Options}
@gccoptlist{-msim -masm-hex -mmcu= -mcpu= -mlarge -msmall -mrelax @gol
--mhwmult=}
+-mhwmult= -minrt}
@emph{NDS32 Options}
@gccoptlist{-mbig-endian -mlittle-endian @gol
@@ -18586,6 +18586,13 @@ The hardware multiply routines disable interrupts whilst running and
restore the previous interrupt state when they finish. This makes
them safe to use inside interrupt handlers as well as in normal code.
+@item -minrt
+@opindex minrt
+Enable the use of a minimum runtime environment - no static
+initializers or constructors. This is intended for memory-constrained
+devices. The compiler will include special symbols in some objects
+that tell the linker and runtime which code fragments are required.
+
@end table
@node NDS32 Options