aboutsummaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@gcc.gnu.org>2010-07-26 15:53:50 -0700
committerRichard Henderson <rth@gcc.gnu.org>2010-07-26 15:53:50 -0700
commit8b84c5966fddefd51475d4df0fb2f1a699ba23fe (patch)
tree566634468015c713398a1fcd59ec66da7138545a /gcc/output.h
parentb57c6b13e0d950ba0771b1688cf6e57e3a5beae6 (diff)
downloadgcc-8b84c5966fddefd51475d4df0fb2f1a699ba23fe.zip
gcc-8b84c5966fddefd51475d4df0fb2f1a699ba23fe.tar.gz
gcc-8b84c5966fddefd51475d4df0fb2f1a699ba23fe.tar.bz2
re PR target/44132 (emutls is broken under a range of circumstances.)
PR target/44132 Emulated TLS rewrite. From-SVN: r162549
Diffstat (limited to 'gcc/output.h')
-rw-r--r--gcc/output.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/gcc/output.h b/gcc/output.h
index 26e6268..e4679a5 100644
--- a/gcc/output.h
+++ b/gcc/output.h
@@ -165,9 +165,6 @@ extern void merge_weak (tree, tree);
/* Emit any pending weak declarations. */
extern void weak_finish (void);
-/* Emit any pending emutls declarations and initializations. */
-extern void emutls_finish (void);
-
/* Return the default TLS model for a given variable. */
extern enum tls_model decl_default_tls_model (const_tree);
@@ -479,10 +476,7 @@ enum section_category
SECCAT_BSS,
SECCAT_SBSS,
- SECCAT_TBSS,
-
- SECCAT_EMUTLS_VAR,
- SECCAT_EMUTLS_TMPL
+ SECCAT_TBSS
};
/* Information that is provided by all instances of the section type. */