public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-7398] doc: Fix description of x86 -m32 option [PR109954]
@ 2023-06-01 12:01 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2023-06-01 12:01 UTC (permalink / raw)
  To: gcc-cvs

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

commit r13-7398-g3b95319b621d95055da182c5fbbccd0d82cb919e
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu Jun 1 11:30:10 2023 +0100

    doc: Fix description of x86 -m32 option [PR109954]
    
    This option does not imply -march=i386 so it's incorrect to say it
    generates code that will run on "any i386 system".
    
    gcc/ChangeLog:
    
            PR target/109954
            * doc/invoke.texi (x86 Options): Fix description of -m32 option.
    
    (cherry picked from commit eeb92704967875411416b0b9508aa6f49e8192fd)

Diff:
---
 gcc/doc/invoke.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index c0c3ad14515..b61ecfc1bc8 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -34065,7 +34065,7 @@ on x86-64 processors in 64-bit environments.
 Generate code for a 16-bit, 32-bit or 64-bit environment.
 The @option{-m32} option sets @code{int}, @code{long}, and pointer types
 to 32 bits, and
-generates code that runs on any i386 system.
+generates code that runs in 32-bit mode.
 
 The @option{-m64} option sets @code{int} to 32 bits and @code{long} and pointer
 types to 64 bits, and generates code for the x86-64 architecture.

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

only message in thread, other threads:[~2023-06-01 12:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-01 12:01 [gcc r13-7398] doc: Fix description of x86 -m32 option [PR109954] Jonathan Wakely

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).