[binutils] Add fix for generating bfd documentation.

Nicholas Clifton nickc at fedoraproject.org
Fri May 17 08:19:10 UTC 2013


commit cf89fe02ead24356b5240a2bd921f43015629c2d
Author: Nick Clifton <nickc at redhat.com>
Date:   Fri May 17 09:18:15 2013 +0100

    Add fix for generating bfd documentation.

 binutils-2.23.2-bfd-texinfo-fixes.patch |   36 +++++++++++++++++++++++++++++++
 binutils.spec                           |    3 ++
 2 files changed, 39 insertions(+), 0 deletions(-)
---
diff --git a/binutils-2.23.2-bfd-texinfo-fixes.patch b/binutils-2.23.2-bfd-texinfo-fixes.patch
new file mode 100644
index 0000000..52fc61c
--- /dev/null
+++ b/binutils-2.23.2-bfd-texinfo-fixes.patch
@@ -0,0 +1,36 @@
+*** ../binutils-2.23.2.orig/bfd/doc/bfd.texinfo	2013-05-17 08:53:44.811925730 +0100
+--- bfd/doc/bfd.texinfo	2013-05-17 08:58:10.712933101 +0100
+*************** All of BFD lives in one directory.
+*** 322,328 ****
+  @printindex cp
+  
+  @tex
+! % 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}
+--- 322,328 ----
+  @printindex cp
+  
+  @tex
+! % 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}
+*************** All of BFD lives in one directory.
+*** 333,339 ****
+  \centerline{{\sl\fontname\tensl\/}}
+  \centerline{are used for emphasis.}\vfill}
+  \page\colophon
+! % Blame: doc at cygnus.com, 28mar91.
+  @end tex
+  
+  @bye
+--- 333,339 ----
+  \centerline{{\sl\fontname\tensl\/}}
+  \centerline{are used for emphasis.}\vfill}
+  \page\colophon
+! % Blame: doc@@cygnus.com, 28mar91.
+  @end tex
+  
+  @bye
diff --git a/binutils.spec b/binutils.spec
index 8ed6e0c..e052fa6 100644
--- a/binutils.spec
+++ b/binutils.spec
@@ -65,6 +65,7 @@ Patch14: binutils-2.23.52.0.1-check-regular-ifunc-refs.patch
 # Fix errors reported by version 5.0 of texinfo in ld documentation
 Patch15: binutils-2.23.2-ld-texinfo-fixes.patch
 Patch16: binutils-2.23.2-kernel-ld-r.patch
+Patch17: binutils-2.23.2-bfd-texinfo-fixes.patch
 
 Provides: bundled(libiberty)
 
@@ -182,6 +183,7 @@ using libelf instead of BFD.
 %patch14 -p0 -b .check-ifunc~
 %patch15 -p0 -b .ld-texinfo~
 %patch16 -p0 -b .kernel-ld-r~
+%patch17 -p0 -b .bfd-texinfo~
 
 # We cannot run autotools as there is an exact requirement of autoconf-2.59.
 
@@ -483,6 +485,7 @@ exit 0
 %changelog
 * Fri May 17 2013 Nick Clifton <nickc at redhat.com> - 2.23.88.0.1-4
 - Import H.J.'s patch to add support for kernel ld -r modules.
+- Fix errors reported by version 5.0 of texinfo when parsing bfd documentation.
 
 * Fri Apr 26 2013 Nick Clifton <nickc at redhat.com> - 2.23.88.0.1-3
 - Fix errors reported by version 5.0 of texinfo when parsing assembler documentation.


More information about the scm-commits mailing list