Add support for Linux TLS
[libfirm] / ir / be / ia32 / ia32_emitter.h
index bbd1528..3f64005 100644 (file)
@@ -1,3 +1,9 @@
+/**
+ * Header file for ia32 emitter, containing some function definitions and types.
+ * @author Christian Wuerdig
+ * $Id$
+ */
+
 #ifndef _IA32_EMITTER_H_
 #define _IA32_EMITTER_H_
 
@@ -40,7 +46,8 @@ typedef enum section_t {
        SECTION_DATA   = 1,   /**< data section */
        SECTION_RODATA = 2,   /**< rodata section */
        SECTION_COMMON = 3,   /**< common section */
-       SECTION_MAX    = 4
+       SECTION_TLS    = 4,   /**< thread local storage section */
+       SECTION_MAX    = 5
 } section_t;
 
 /**