diff options
Diffstat (limited to 'gcc/flags.h')
-rw-r--r-- | gcc/flags.h | 2 |
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 |