shouldn't be here anymore
[libfirm] / ir / be / begnuas.h
index a6d0a17..f46ae13 100644 (file)
@@ -40,7 +40,8 @@ typedef enum section_t {
        GAS_SECTION_COMMON, /**< common section */
        GAS_SECTION_TLS,    /**< thread local storage section */
        GAS_SECTION_CTOR,   /**< ctor section for instrumentation code init */
-       GAS_SECTION_LAST = GAS_SECTION_CTOR
+       GAS_SECTION_CSTRING, /**< section for constant strings */
+       GAS_SECTION_LAST = GAS_SECTION_CSTRING
 } be_gas_section_t;
 
 /**