[haiku-commits] buildtools: btrev43050 - gcc/gcc/doc binutils/ld binutils/bfd/doc

  • From: kallisti5@xxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 26 Feb 2013 05:02:13 +0100 (CET)

btrev43050 adds 2 changesets to branch 'master'
old head: 8b70c20ed25f905e7e217376c9e2f65a8dee6729
new head: 7b651beab73f0c490d949da7d914320d60a05769
overview: http://cgit.haiku-os.org/buildtools/log/?qt=range&q=7b651be+%5E8b70c20

----------------------------------------------------------------------------

672db9f: binutils: Fix build breakage with latest texinfo
  
  * Texinfo 5.0 and later have issues building
    binutils due to a behaviour change.
  * Upstream binutils HEAD has this fix
  * Resolves #9482

7b651be: gcc: Fix build breakage with latest texinfo
  
  * Texinfo 5.0 and later have issues building
    gcc due to a behaviour change.
  * Resolves #9483

                          [ Alexander von Gluck IV <kallisti5@xxxxxxxxxxx> ]

----------------------------------------------------------------------------

6 files changed, 16 insertions(+), 16 deletions(-)
binutils/bfd/doc/bfd.texinfo |  4 ++--
binutils/ld/ld.texinfo       |  4 ++--
gcc/gcc/doc/cppopts.texi     |  2 +-
gcc/gcc/doc/generic.texi     |  4 ++--
gcc/gcc/doc/invoke.texi      | 16 ++++++++--------
gcc/gcc/doc/sourcebuild.texi |  2 +-

############################################################################

Commit:      672db9fae8187104b34df749c9299c67568141ea
URL:         http://cgit.haiku-os.org/buildtools/commit/?id=672db9f
Author:      Alexander von Gluck IV <kallisti5@xxxxxxxxxxx>
Date:        Tue Feb 26 02:52:56 2013 UTC

Ticket:      https://dev.haiku-os.org/ticket/9482

binutils: Fix build breakage with latest texinfo

* Texinfo 5.0 and later have issues building
  binutils due to a behaviour change.
* Upstream binutils HEAD has this fix
* Resolves #9482

----------------------------------------------------------------------------

diff --git a/binutils/bfd/doc/bfd.texinfo b/binutils/bfd/doc/bfd.texinfo
index 45ffa73..c3ca5e7 100644
--- a/binutils/bfd/doc/bfd.texinfo
+++ b/binutils/bfd/doc/bfd.texinfo
@@ -322,7 +322,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 +333,7 @@ All of BFD lives in one directory.
 \centerline{{\sl\fontname\tensl\/}}
 \centerline{are used for emphasis.}\vfill}
 \page\colophon
-% Blame: doc@xxxxxxxxxx, 28mar91.
+% Blame: doc@@cygnus.com, 28mar91.
 @end tex
 
 @bye
diff --git a/binutils/ld/ld.texinfo b/binutils/ld/ld.texinfo
index 592e38c..929fd97 100644
--- a/binutils/ld/ld.texinfo
+++ b/binutils/ld/ld.texinfo
@@ -7778,7 +7778,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}
@@ -7789,7 +7789,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@xxxxxxxxxx, 28mar91.
+% Blame: doc@@cygnus.com, 28mar91.
 @end tex
 
 @bye

############################################################################

Revision:    btrev43050
Commit:      7b651beab73f0c490d949da7d914320d60a05769
URL:         http://cgit.haiku-os.org/buildtools/commit/?id=7b651be
Author:      Alexander von Gluck IV <kallisti5@xxxxxxxxxxx>
Date:        Tue Feb 26 03:50:39 2013 UTC

Ticket:      https://dev.haiku-os.org/ticket/9483

gcc: Fix build breakage with latest texinfo

* Texinfo 5.0 and later have issues building
  gcc due to a behaviour change.
* Resolves #9483

----------------------------------------------------------------------------

diff --git a/gcc/gcc/doc/cppopts.texi b/gcc/gcc/doc/cppopts.texi
index 5212478..52d5997 100644
--- a/gcc/gcc/doc/cppopts.texi
+++ b/gcc/gcc/doc/cppopts.texi
@@ -769,7 +769,7 @@ Replacement:      [    ]    @{    @}    #    \    ^    |    
~
 Enable special code to work around file systems which only permit very
 short file names, such as MS-DOS@.
 
-@itemx --help
+@item --help
 @itemx --target-help
 @opindex help
 @opindex target-help
diff --git a/gcc/gcc/doc/generic.texi b/gcc/gcc/doc/generic.texi
index 5874c55..79af22f 100644
--- a/gcc/gcc/doc/generic.texi
+++ b/gcc/gcc/doc/generic.texi
@@ -1415,13 +1415,13 @@ generate these expressions anyhow, if it can tell that 
strictness does
 not matter.  The type of the operands and that of the result are
 always of @code{BOOLEAN_TYPE} or @code{INTEGER_TYPE}.
 
-@itemx POINTER_PLUS_EXPR
+@item POINTER_PLUS_EXPR
 This node represents pointer arithmetic.  The first operand is always
 a pointer/reference type.  The second operand is always an unsigned
 integer type compatible with sizetype.  This is the only binary
 arithmetic operand that can operate on pointer types.
 
-@itemx PLUS_EXPR
+@item PLUS_EXPR
 @itemx MINUS_EXPR
 @itemx MULT_EXPR
 These nodes represent various binary arithmetic operations.
diff --git a/gcc/gcc/doc/invoke.texi b/gcc/gcc/doc/invoke.texi
index 4ed31b6..c071595 100644
--- a/gcc/gcc/doc/invoke.texi
+++ b/gcc/gcc/doc/invoke.texi
@@ -165,7 +165,7 @@ in the following sections.
 -pipe  -pass-exit-codes  @gol
 -x @var{language}  -v  -###  --help@r{[}=@var{class}@r{[},@dots{}@r{]]}  
--target-help  @gol
 --version -wrapper @@@var{file} -fplugin=@var{file} 
-fplugin-arg-@var{name}=@var{arg}  @gol
--fdump-ada-spec@r{[}-slim@r{]}} -fdump-go-spec=@var{file}
+-fdump-ada-spec@r{[}-slim@r{]} -fdump-go-spec=@var{file}}
 
 @item C Language Options
 @xref{C Dialect Options,,Options Controlling C Dialect}.
@@ -5085,11 +5085,11 @@ Dump after duplicating the computed gotos.
 @option{-fdump-rtl-ce3} enable dumping after the three
 if conversion passes.
 
-@itemx -fdump-rtl-cprop_hardreg
+@item -fdump-rtl-cprop_hardreg
 @opindex fdump-rtl-cprop_hardreg
 Dump after hard register copy propagation.
 
-@itemx -fdump-rtl-csa
+@item -fdump-rtl-csa
 @opindex fdump-rtl-csa
 Dump after combining stack adjustments.
 
@@ -5100,11 +5100,11 @@ Dump after combining stack adjustments.
 @option{-fdump-rtl-cse1} and @option{-fdump-rtl-cse2} enable dumping after
 the two common sub-expression elimination passes.
 
-@itemx -fdump-rtl-dce
+@item -fdump-rtl-dce
 @opindex fdump-rtl-dce
 Dump after the standalone dead code elimination passes.
 
-@itemx -fdump-rtl-dbr
+@item -fdump-rtl-dbr
 @opindex fdump-rtl-dbr
 Dump after delayed branch scheduling.
 
@@ -5149,7 +5149,7 @@ Dump after the initialization of the registers.
 @opindex fdump-rtl-initvals
 Dump after the computation of the initial value sets.
 
-@itemx -fdump-rtl-into_cfglayout
+@item -fdump-rtl-into_cfglayout
 @opindex fdump-rtl-into_cfglayout
 Dump after converting to cfglayout mode.
 
@@ -5179,7 +5179,7 @@ Dump after removing redundant mode switches.
 @opindex fdump-rtl-rnreg
 Dump after register renumbering.
 
-@itemx -fdump-rtl-outof_cfglayout
+@item -fdump-rtl-outof_cfglayout
 @opindex fdump-rtl-outof_cfglayout
 Dump after converting from cfglayout mode.
 
@@ -5191,7 +5191,7 @@ Dump after the peephole pass.
 @opindex fdump-rtl-postreload
 Dump after post-reload optimizations.
 
-@itemx -fdump-rtl-pro_and_epilogue
+@item -fdump-rtl-pro_and_epilogue
 @opindex fdump-rtl-pro_and_epilogue
 Dump after generating the function pro and epilogues.
 
diff --git a/gcc/gcc/doc/sourcebuild.texi b/gcc/gcc/doc/sourcebuild.texi
index f4a2807..3d3e348 100644
--- a/gcc/gcc/doc/sourcebuild.texi
+++ b/gcc/gcc/doc/sourcebuild.texi
@@ -676,7 +676,7 @@ standard rule in @file{gcc/Makefile.in} to the variable
 @code{lang_checks}.
 
 @table @code
-@itemx all.cross
+@item all.cross
 @itemx start.encap
 @itemx rest.encap
 FIXME: exactly what goes in each of these targets?


Other related posts:

  • » [haiku-commits] buildtools: btrev43050 - gcc/gcc/doc binutils/ld binutils/bfd/doc - kallisti5