diff options
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/output.h b/gcc/output.h index 7a87b82..35229c3 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -507,7 +507,8 @@ extern void no_asm_to_stream PARAMS ((FILE *)); #define SECTION_STRINGS 0x10000 /* contains zero terminated strings without embedded zeros */ #define SECTION_OVERRIDE 0x20000 /* allow override of default flags */ -#define SECTION_MACH_DEP 0x40000 /* subsequent bits reserved for target */ +#define SECTION_TLS 0x40000 /* contains thread-local storage */ +#define SECTION_MACH_DEP 0x80000 /* subsequent bits reserved for target */ extern unsigned int get_named_section_flags PARAMS ((const char *)); extern bool set_named_section_flags PARAMS ((const char *, unsigned int)); |