aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2021-08-23 15:39:40 +0200
committerMartin Liska <mliska@suse.cz>2021-08-23 15:40:15 +0200
commit3eb377b4377078041de480c95e77579eb8692e6d (patch)
treee9cbd8a7a0cd22ab39cbc9ffda3a041f38f54056 /gcc/doc
parent57a9e63c96fca56299d7a52f6712e2d9290c197e (diff)
downloadgcc-3eb377b4377078041de480c95e77579eb8692e6d.zip
gcc-3eb377b4377078041de480c95e77579eb8692e6d.tar.gz
gcc-3eb377b4377078041de480c95e77579eb8692e6d.tar.bz2
docs: Fix -mpic-data-is-text-relative option placement.
gcc/ChangeLog: * doc/invoke.texi: Put the option out of -mxl-mode-app-model table.
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index d8a6b0b..c057cc1 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -24502,12 +24502,6 @@ Select application model @var{app-model}. Valid models are
@item executable
normal executable (default), uses startup code @file{crt0.o}.
-@item -mpic-data-is-text-relative
-@opindex mpic-data-is-text-relative
-Assume that the displacement between the text and data segments is fixed
-at static link time. This allows data to be referenced by offset from start of
-text address instead of GOT since PC-relative addressing is not supported.
-
@item xmdstub
for use with Xilinx Microprocessor Debugger (XMD) based
software intrusive debug agent called xmdstub. This uses startup file
@@ -24528,6 +24522,12 @@ within a monitoring application. This model uses @file{crt3.o} as a startup file
Option @option{-xl-mode-@var{app-model}} is a deprecated alias for
@option{-mxl-mode-@var{app-model}}.
+@item -mpic-data-is-text-relative
+@opindex mpic-data-is-text-relative
+Assume that the displacement between the text and data segments is fixed
+at static link time. This allows data to be referenced by offset from start of
+text address instead of GOT since PC-relative addressing is not supported.
+
@end table
@node MIPS Options