public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-3080] docs: Fix -mpic-data-is-text-relative option placement.
@ 2021-08-23 13:40 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2021-08-23 13:40 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:3eb377b4377078041de480c95e77579eb8692e6d

commit r12-3080-g3eb377b4377078041de480c95e77579eb8692e6d
Author: Martin Liska <mliska@suse.cz>
Date:   Mon Aug 23 15:39:40 2021 +0200

    docs: Fix -mpic-data-is-text-relative option placement.
    
    gcc/ChangeLog:
    
            * doc/invoke.texi: Put the option out of -mxl-mode-app-model
            table.

Diff:
---
 gcc/doc/invoke.texi | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index d8a6b0b60c9..c057cc1e4ae 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-23 13:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-23 13:40 [gcc r12-3080] docs: Fix -mpic-data-is-text-relative option placement Martin Liska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).