]> git.ipfire.org Git - thirdparty/gcc.git/commit
Doc: Document -Wpsabi [PR81831]
authorSandra Loosemore <sloosemore@baylibre.com>
Sun, 6 Apr 2025 00:11:39 +0000 (00:11 +0000)
committerSandra Loosemore <sloosemore@baylibre.com>
Sun, 6 Apr 2025 00:24:01 +0000 (00:24 +0000)
commit027491d79b2749afb57aa5c8284ed69e6b1c44b5
treec34a8109742322fdf32fa77ecd01d19a2f9479b2
parentbbecb88c39bb744831024f5cb9cc30dde98e347d
Doc: Document -Wpsabi [PR81831]

Per the issue, there were a couple places in the manual where
-Wno-psabi was mentioned, but the option itself was not documented.

gcc/c-family/ChangeLog
PR c/81831
* c.opt (Wpsabi): Remove "Undocumented" modifier and add a
documentation string.

gcc/ChangeLog
PR c/81831
* doc/invoke.texi (Option Summary): Add -Wno-psabi.
(Warning Options): Document -Wpsabi separately from -Wabi.
Note it's enabled by default, not just implied by -Wabi.
Replace the detailed example for a GCC 4.4 change for x86
(which is unlikely to be very interesting nowadays) with
just a list of all targets that presently diagnose these
warnings.
(RS/6000 and PowerPC Options): Add cross-references for
-Wno-psabi.
gcc/c-family/c.opt
gcc/doc/invoke.texi