diff --git a/meta-arago-extras/recipes-devtools/binutils/binutils-2.20.1/binutils-2.20.1-texinfo-fix.diff b/meta-arago-extras/recipes-devtools/binutils/binutils-2.20.1/binutils-2.20.1-texinfo-fix.diff new file mode 100644 index 0000000..ccd73cd --- /dev/null +++ b/meta-arago-extras/recipes-devtools/binutils/binutils-2.20.1/binutils-2.20.1-texinfo-fix.diff @@ -0,0 +1,44 @@ +diff --git a/bfd/doc/bfd.texinfo b/bfd/doc/bfd.texinfo +index ce1c5af..47a0667 100644 +--- a/bfd/doc/bfd.texinfo ++++ b/bfd/doc/bfd.texinfo +@@ -323,7 +323,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} +@@ -334,7 +334,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 6f4e10f..76545d7 100644 +--- a/ld/ld.texinfo ++++ b/ld/ld.texinfo +@@ -7521,7 +7521,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} +@@ -7532,7 +7532,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 diff --git a/meta-arago-extras/recipes-devtools/binutils/binutils_2.20.1.bb b/meta-arago-extras/recipes-devtools/binutils/binutils_2.20.1.bb index d0f889c..11baf04 100644 --- a/meta-arago-extras/recipes-devtools/binutils/binutils_2.20.1.bb +++ b/meta-arago-extras/recipes-devtools/binutils/binutils_2.20.1.bb @@ -34,6 +34,7 @@ SRC_URI = "\ file://200_elflink_%B_fixes.patch \ file://201_elflink_improve_noaddneeded_errors.patch \ file://202_elflink_noaddneeded_vs_weak.patch \ + file://binutils-2.20.1-texinfo-fix.diff \ " SRC_URI[md5sum] = "2b9dc8f2b7dbd5ec5992c6e29de0b764"