From 755ac5d48039681a08775d40dae2be21298dbb99 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 24 May 2002 18:56:57 -0700 Subject: flags.h (TLS_MODEL_GLOBAL_DYNAMIC): Set to 1. * flags.h (TLS_MODEL_GLOBAL_DYNAMIC): Set to 1. * toplev.c (flag_tls_default) Set to TLS_MODEL_GLOBAL_DYNAMIC. * config/i386/i386.c (tls_model_chars): Add leading space. (tls_symbolic_operand): Don't bias by 1. (legitimize_address): Don't unbias by 1. From-SVN: r53861 --- gcc/flags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/flags.h') diff --git a/gcc/flags.h b/gcc/flags.h index 37f54d2..012b63c 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -466,7 +466,7 @@ extern int flag_pic; /* Set to the default thread-local storage (tls) model to use. */ enum tls_model { - TLS_MODEL_GLOBAL_DYNAMIC, + TLS_MODEL_GLOBAL_DYNAMIC = 1, TLS_MODEL_LOCAL_DYNAMIC, TLS_MODEL_INITIAL_EXEC, TLS_MODEL_LOCAL_EXEC -- cgit v1.1