binutils: Fix build breakage with latest texinfo
* Texinfo 5.0 and later have issues building
binutils due to a behaviour change.
* Upstream binutils HEAD has this fix
* Resolves #9482
Diff
binutils/ld/ld.texinfo | 4 +++-
binutils/bfd/doc/bfd.texinfo | 4 +++-
2 files changed, 4 insertions(+), 4 deletions(-)
@@ -7778,7 +7778,7 @@
@printindex cp
@tex
% I think something like @colophon should be in texinfo. In the
% I think something like @@colophon should be in texinfo. In the
% meantime:
\long\def\colophon{\hbox to0pt{}\vfill
\centerline{The body of this manual is set in}
@@ -7789,7 +7789,7 @@
\centerline{{\sl\fontname\tensl\/}}
\centerline{are used for emphasis.}\vfill}
\page\colophon
% Blame: doc@cygnus.com, 28mar91.
% Blame: doc@@cygnus.com, 28mar91.
@end tex
@bye
@@ -322,7 +322,7 @@
@printindex cp
@tex
% I think something like @colophon should be in texinfo. In the
% I think something like @@colophon should be in texinfo. In the
% meantime:
\long\def\colophon{\hbox to0pt{}\vfill
\centerline{The body of this manual is set in}
@@ -333,7 +333,7 @@
\centerline{{\sl\fontname\tensl\/}}
\centerline{are used for emphasis.}\vfill}
\page\colophon
% Blame: doc@cygnus.com, 28mar91.
% Blame: doc@@cygnus.com, 28mar91.
@end tex
@bye