⛏️ index : buildtools.git

author Alexander von Gluck IV <kallisti5@unixzen.com> 2013-02-25 20:52:56.0 -06:00:00
committer Alexander von Gluck IV <kallisti5@unixzen.com> 2013-02-25 20:52:56.0 -06:00:00
commit
672db9fae8187104b34df749c9299c67568141ea [patch]
tree
1a2cb5679e667ed3de06d0452de14fb7a9ca854e
parent
8b70c20ed25f905e7e217376c9e2f65a8dee6729
download
672db9fae8187104b34df749c9299c67568141ea.tar.gz

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

diff --git a/binutils/ld/ld.texinfo b/binutils/ld/ld.texinfo
index 592e38c..929fd97 100644
--- a/binutils/ld/ld.texinfo
+++ a/binutils/ld/ld.texinfo
@@ -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
diff --git a/binutils/bfd/doc/bfd.texinfo b/binutils/bfd/doc/bfd.texinfo
index 45ffa73..c3ca5e7 100644
--- a/binutils/bfd/doc/bfd.texinfo
+++ a/binutils/bfd/doc/bfd.texinfo
@@ -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