diff options
author | Richard Guenther <rguenther@suse.de> | 2011-04-08 11:28:23 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2011-04-08 11:28:23 +0000 |
commit | ddf723888e5a2cd7714832efb90ada82713a66e0 (patch) | |
tree | d5c8b845e02c1728341956433d15cc5bbe4b9c78 /gcc | |
parent | 0c27e2d89b13856a0d04a4405f78d5850c4f7eab (diff) | |
download | gcc-ddf723888e5a2cd7714832efb90ada82713a66e0.zip gcc-ddf723888e5a2cd7714832efb90ada82713a66e0.tar.gz gcc-ddf723888e5a2cd7714832efb90ada82713a66e0.tar.bz2 |
re PR bootstrap/48513 (Revision 172166 breaks bootstrap)
2011-04-08 Richard Guenther <rguenther@suse.de>
PR bootstrap/48513
* doc/tm.texi: Re-generate.
From-SVN: r172171
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/tm.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3162967..14bc365 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-04-08 Richard Guenther <rguenther@suse.de> + + PR bootstrap/48513 + * doc/tm.texi: Re-generate. + 2011-04-08 Wei Guozhi <carrot@google.com> PR target/47855 diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 24c6b80..7e76e38 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 |