https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122243
--- Comment #13 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Sandra Loosemore <[email protected]>: https://gcc.gnu.org/g:060af69489000c456cc9bd2530e933a1aa6fc4a8 commit r16-5134-g060af69489000c456cc9bd2530e933a1aa6fc4a8 Author: Sandra Loosemore <[email protected]> Date: Wed Oct 29 22:11:44 2025 +0000 Document linker options + -Q and -S [PR122243] This patch adds documentation for several options that the GCC driver passes to the linker via specs without further interpretation. I've also added some comments/documentation strings to common.opt for these and a couple other options that previously didn't have any. gcc/ChangeLog PR other/122243 * common.opt: Add comments/documentation for -N, -Q, -S, -T, -Tbss, -Tdata, -Ttext, -Z, -n, -Q, -s, -t, -z. * doc/invoke.texi: Add documentation for -Tbss, -Tdata, -Ttext, -N, -n, -t, -Z.
