diff options
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 |