ELF: Document the .tls_common directive
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 1 Sep 2020 14:10:56 +0000 (07:10 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 1 Sep 2020 14:47:00 +0000 (07:47 -0700)
Document the .tls_common directive added by

commit b8871f357fdfa9c0c06d2d3e5600391d8c994f37
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Mon Feb 22 09:18:52 2016 -0800

    Properly implement STT_COMMON

* doc/as.texi: Document the .tls_common directive.

gas/ChangeLog
gas/doc/as.texi

index add6fd89eed5d21a2e442eba16948ce0b326b593..24320b3523ec7ad91e2a05ede20895e19afb225a 100644 (file)
@@ -1,3 +1,7 @@
+2020-09-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * doc/as.texi: Document the .tls_common directive.
+
 2020-09-01  Alan Modra  <amodra@gmail.com>
 
        PR 26420
index 4f86e21a898a2b312ee48afeb1b65e0e512aed59..112eaf810cd3f6fd2dbb564c501df5dfe5a63b60 100644 (file)
@@ -4507,6 +4507,9 @@ Some machine configurations provide additional directives.
 
 * Text::                        @code{.text @var{subsection}}
 * Title::                       @code{.title "@var{heading}"}
+@ifset ELF
+* Tls_common::                  @code{.tls_common @var{symbol}, @var{length}[, @var{alignment}]}
+@end ifset
 @ifset COFF-ELF
 * Type::                        @code{.type <@var{int} | @var{name} , @var{type description}>}
 @end ifset
@@ -7182,6 +7185,16 @@ source file name and pagenumber) when generating assembly listings.
 This directive affects subsequent pages, as well as the current page if
 it appears within ten lines of the top of a page.
 
+@ifset ELF
+@node Tls_common
+@section @code{.tls_common @var{symbol}, @var{length}[, @var{alignment}]}
+
+@cindex @code{tls_common} directive
+This directive behaves in the same way as the @code{.comm} directive
+(@pxref{Comm}) except that @var{symbol} has type of STT_TLS instead of
+STT_OBJECT.
+@end ifset
+
 @ifset COFF-ELF
 @node Type
 @section @code{.type}