source: rtems-tools/tools/4.10/binutils/binutils-2.20.1-rtems4.10-20151123.diff @ 47ec083

4.105
Last change on this file since 47ec083 was 45d2402, checked in by Götz Pfeiffer <pfeiffer@…>, on 01/07/16 at 14:13:05

Bugfix: binutils-2.20.1 couldn't be build with a modern texinfo package.

The texinfo documentation of binutils contained some constructs that are
errors, at least for a modern version of texinfo (version 6.0 and newer). This
meant that binutils-2.20.1 couldn't be build e.g. on fedora-22.

A patch file was added to fix the problematic parts of the documentation.

Update #2520.

  • Property mode set to 100644
File size: 729 bytes
RevLine 
[45d2402]1diff -Naur binutils-2.20.1-orig/bfd/doc/bfd.texinfo binutils-2.20.1/bfd/doc/bfd.texinfo
2--- binutils-2.20.1-orig/bfd/doc/bfd.texinfo    2015-11-16 16:25:33.558111584 +0100
3+++ binutils-2.20.1/bfd/doc/bfd.texinfo 2015-11-16 16:25:45.101954752 +0100
4@@ -323,7 +323,7 @@
5 @printindex cp
6 
7 @tex
8-% I think something like @colophon should be in texinfo.  In the
9+% I think something like @@colophon should be in texinfo.  In the
10 % meantime:
11 \long\def\colophon{\hbox to0pt{}\vfill
12 \centerline{The body of this manual is set in}
13@@ -334,7 +334,7 @@
14 \centerline{{\sl\fontname\tensl\/}}
15 \centerline{are used for emphasis.}\vfill}
16 \page\colophon
17-% Blame: doc@cygnus.com, 28mar91.
18+% Blame: doc@@cygnus.com, 28mar91.
19 @end tex
20 
21 @bye
Note: See TracBrowser for help on using the repository browser.