summaryrefslogtreecommitdiff
path: root/gcc/flags.h
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-25 01:56:57 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-25 01:56:57 +0000
commitd595210a3b0e5ae14126a2d50e95821cf4bed1d6 (patch)
tree47c0a424dd4ddb14ba161597a08dd4617e0ff7d1 /gcc/flags.h
parent236764d9961519e4d88b0b23754ea4293d51ee49 (diff)
downloadgcc-d595210a3b0e5ae14126a2d50e95821cf4bed1d6.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53861 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/flags.h')
-rw-r--r--gcc/flags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/flags.h b/gcc/flags.h
index 37f54d2cae5..012b63c8d45 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