[PATCH] ELF: Document the .tls_common directive
H.J. Lu
hjl.tools@gmail.com
Tue Sep 1 14:12:51 GMT 2020
More information about the Binutils mailing list
Tue Sep 1 14:12:51 GMT 2020
- Previous message (by thread): [PATCH] gas: Use DW_FORM_sec_offset for DWARF version 4 or higher.
- Next message (by thread): [PATCH] gas: Fix internal error in S_SET_SEGMENT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/doc/as.texi | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gas/doc/as.texi b/gas/doc/as.texi index 4f86e21a89..9f09639177 100644 --- a/gas/doc/as.texi +++ b/gas/doc/as.texi @@ -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} -- 2.26.2
- Previous message (by thread): [PATCH] gas: Use DW_FORM_sec_offset for DWARF version 4 or higher.
- Next message (by thread): [PATCH] gas: Fix internal error in S_SET_SEGMENT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list