diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-04-08 11:28:23 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-04-08 11:28:23 +0000 |
commit | 707b84a34aa931a6116a8b197bbf6970764f0e3b (patch) | |
tree | d5c8b845e02c1728341956433d15cc5bbe4b9c78 /gcc/doc | |
parent | 08508cbfcb1bcb6f8322f99ea812b7493bb4a4d8 (diff) | |
download | gcc-707b84a34aa931a6116a8b197bbf6970764f0e3b.tar.gz |
2011-04-08 Richard Guenther <rguenther@suse.de>
PR bootstrap/48513
* doc/tm.texi: Re-generate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172171 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/tm.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |