summaryrefslogtreecommitdiffstats
path: root/binutils-2.23.2-bfd-texinfo-fixes.patch
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2013-06-04 21:00:22 +0100
committerDavid Howells <dhowells@redhat.com>2013-06-05 13:41:56 +0100
commitc6dd967422664f358ac366c443b91bb33f929f60 (patch)
treedf1261a8e462ee46f5024c19af61e1190a08e7c3 /binutils-2.23.2-bfd-texinfo-fixes.patch
parented831d0361ca82944da808e550103d526fa94a2f (diff)
downloadcross-binutils-c6dd967422664f358ac366c443b91bb33f929f60.tar.gz
cross-binutils-c6dd967422664f358ac366c443b91bb33f929f60.tar.xz
cross-binutils-c6dd967422664f358ac366c443b91bb33f929f60.zip
Move to binutils-2.23.88.0.1 to fix texinfo problem [BZ 913931]
Move to binutils-2.23.88.0.1 to fix a problem in F19 where texinfo compilation fails [BZ 913931]: ../../../binutils-2.23.51.0.3/bfd/doc/bfd.texinfo:325: unknown command `colophon' ../../../binutils-2.23.51.0.3/bfd/doc/bfd.texinfo:336: unknown command `cygnus'
Diffstat (limited to 'binutils-2.23.2-bfd-texinfo-fixes.patch')
-rw-r--r--binutils-2.23.2-bfd-texinfo-fixes.patch36
1 files changed, 36 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@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