summaryrefslogtreecommitdiffstats
path: root/abs/extra/nacl-toolchain-newlib/binutils-texinfo-r0.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-08-23 22:02:48 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-08-23 22:02:48 (GMT)
commit6d6ee1d71db0b51eaceeb0c62f4bc13cc671ee95 (patch)
tree0f76f9e775078a3e9eb3854393443835a778c59f /abs/extra/nacl-toolchain-newlib/binutils-texinfo-r0.patch
parent81d6b687db35d5cee3b3243e64873b640e49f75a (diff)
downloadlinhes_pkgbuild-6d6ee1d71db0b51eaceeb0c62f4bc13cc671ee95.zip
linhes_pkgbuild-6d6ee1d71db0b51eaceeb0c62f4bc13cc671ee95.tar.gz
linhes_pkgbuild-6d6ee1d71db0b51eaceeb0c62f4bc13cc671ee95.tar.bz2
nacl-toolchain-newlib: update to 12029
Diffstat (limited to 'abs/extra/nacl-toolchain-newlib/binutils-texinfo-r0.patch')
-rw-r--r--abs/extra/nacl-toolchain-newlib/binutils-texinfo-r0.patch58
1 files changed, 58 insertions, 0 deletions
diff --git a/abs/extra/nacl-toolchain-newlib/binutils-texinfo-r0.patch b/abs/extra/nacl-toolchain-newlib/binutils-texinfo-r0.patch
new file mode 100644
index 0000000..ab81d8a
--- /dev/null
+++ b/abs/extra/nacl-toolchain-newlib/binutils-texinfo-r0.patch
@@ -0,0 +1,58 @@
+https://bugs.gentoo.org/show_bug.cgi?id=464168
+
+commit 935f85422863b42b6fbca30885885e3fa28eea36
+Author: Nick Clifton <nickc@redhat.com>
+Date: Mon Jan 7 12:11:11 2013 +0000
+
+ * ld.texinfo: Replace @ with @@ when it is part of the text.
+ Correct ordering of M68HC11 entry.
+
+ * doc/binutils.texi: Fix ordering of top level nodes.
+ Replace erroneous uses of @itemx with @item.
+
+ * bfd.texinfo: Replace @ with @@ when it is part of the text.
+
+diff --git a/bfd/doc/bfd.texinfo b/bfd/doc/bfd.texinfo
+index 45ffa73..3aa3300 100644
+--- a/bfd/doc/bfd.texinfo
++++ b/bfd/doc/bfd.texinfo
+@@ -322,7 +324,7 @@ All of BFD lives in one directory.
+ @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 +335,7 @@ All of BFD lives in one directory.
+ \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/ld/ld.texinfo b/ld/ld.texinfo
+index c7ae2a5..4777ad5 100644
+--- a/ld/ld.texinfo
++++ b/ld/ld.texinfo
+@@ -7877,7 +7879,7 @@ If you have more than one @code{SECT} statement for the same
+ @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}
+@@ -7888,7 +7890,7 @@ If you have more than one @code{SECT} statement for the same
+ \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