diff options
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/output.h b/gcc/output.h index ae8404e7fe1..15daf5b8d0d 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -460,7 +460,10 @@ enum section_category SECCAT_BSS, SECCAT_SBSS, - SECCAT_TBSS + SECCAT_TBSS, + + SECCAT_EMUTLS_VAR, + SECCAT_EMUTLS_TMPL }; /* Information that is provided by all instances of the section type. */ |