]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/output.h
Makefile.in (libgcc-support, [...]): Add emutls.c.
[thirdparty/gcc.git] / gcc / output.h
index 8340d412c6988c175444e2cf60bf802e386c9422..4e7ccf61308b74d5d170bacb488fc3ca4d6cd515 100644 (file)
@@ -158,6 +158,9 @@ 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);
+
 /* Decode an `asm' spec for a declaration as a register name.
    Return the register number, or -1 if nothing specified,
    or -2 if the ASMSPEC is not `cc' or `memory' and is not recognized,