[PATCH] Add __attribute((tls_model("initial-exec")))

Richard Henderson rth@redhat.com
Wed Sep 11 09:31:00 GMT 2002


On Wed, Sep 11, 2002 at 04:20:03PM +0200, Jakub Jelinek wrote:
> 	* doc/extend.texi (tls_model): Document.
> 	* varasm.c (decl_tls_model): New.
> 	* c-common.c (handle_tls_model_attribute): New.
> 	(c_common_attribute_table): Add tls_model.
> 	* config/alpha/alpha.c (alpha_encode_section_info): Use
> 	decl_tls_model.
> 	* flags.h (enum tls_model, flag_tls_default): Move...
> 	* tree.h (enum tls_model, flag_tls_default): ...here.
> 	(decl_tls_model): New prototype.
> 	* config/ia64/ia64.c (ia64_encode_section_info): Likewise.
> 	* config/i386/i386.c (ix86_encode_section_info): Likewise.
> 	* config/i386/i386.md (tls_global_dynamic, tls_local_dynamic_base):
> 	Allow !flag_pic.

Ok.


r~



More information about the Gcc-patches mailing list