From ddf723888e5a2cd7714832efb90ada82713a66e0 Mon Sep 17 00:00:00 2001 From: Richard Guenther Date: Fri, 8 Apr 2011 11:28:23 +0000 Subject: [PATCH] re PR bootstrap/48513 (Revision 172166 breaks bootstrap) 2011-04-08 Richard Guenther PR bootstrap/48513 * doc/tm.texi: Re-generate. From-SVN: r172171 --- gcc/ChangeLog | 5 +++++ gcc/doc/tm.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3162967c67b..14bc365f801 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-04-08 Richard Guenther + + PR bootstrap/48513 + * doc/tm.texi: Re-generate. + 2011-04-08 Wei Guozhi PR target/47855 diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 24c6b809c53..7e76e381373 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -6821,7 +6821,7 @@ data. @defmac BSS_SECTION_ASM_OP If defined, a C expression whose value is a string, including spacing, containing the assembler operation to identify the following data as -uninitialized global data. If not defined, and +uninitialized global data. If not defined, and @code{ASM_OUTPUT_ALIGNED_BSS} not defined, uninitialized global data will be output in the data section if @option{-fno-common} is passed, otherwise @code{ASM_OUTPUT_COMMON} will be -- 2.30.2