]> git.ipfire.org Git - people/ms/gcc.git/commit
doc: Remove the @gol macro/alias
authorArsen Arsenović <arsen@aarsen.me>
Wed, 25 Jan 2023 22:33:03 +0000 (23:33 +0100)
committerArsen Arsenović <arsen@aarsen.me>
Tue, 21 Mar 2023 08:47:33 +0000 (09:47 +0100)
commit43b72ede11d78b29dff7c55f3f5170e8d135979f
tree5f6ae92764e4d11d63b7a01fcadfb973aa0f932c
parent8a1b089e0500b96d32e548134285b272a6096e26
doc: Remove the @gol macro/alias

The @gol macro appears to have existed as a workaround for a bug in old
versions of makeinfo and/or texinfo.tex, where they would, in some types
of output, fail to emit line breaks in @gccoptlists.  After updating
texinfo.tex, I noticed that this behavior appears to no longer be
exhibited, instead, both acted correctly and inserted newlines.  The
(groff) manual output also appears unaffected.

gcc/ChangeLog:

* doc/implement-c.texi: Remove usage of @gol.
* doc/invoke.texi: Ditto.
* doc/sourcebuild.texi: Ditto.
* doc/include/gcc-common.texi: Remove @gol.  In new Makeinfo and
texinfo.tex versions, the bug it was working around appears to
be gone.

gcc/fortran/ChangeLog:

* invoke.texi: Remove usages of @gol.
* intrinsic.texi: Ditto.
gcc/doc/implement-c.texi
gcc/doc/include/gcc-common.texi
gcc/doc/invoke.texi
gcc/doc/sourcebuild.texi
gcc/fortran/intrinsic.texi
gcc/fortran/invoke.texi