diff options
Diffstat (limited to 'gcc/doc/tm.texi')
-rw-r--r-- | gcc/doc/tm.texi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index ea6741d..e1f2367 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -5785,13 +5785,6 @@ uninitialized global data will be output in the data section if used. @end defmac -@defmac SHARED_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 shared data. If not defined, and -@code{BSS_SECTION_ASM_OP} is, the latter will be used. -@end defmac - @defmac INIT_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 |