X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbegnuas.h;h=f46ae139b32a57c41344d64f66f7df30718220ae;hb=d300330b1e6df8c8914b8fb70cf38ee1c8ca2634;hp=a6d0a1756c2cbaf3f581e0c8dd098f1afb9a0a49;hpb=379fd05b0fb269dd9b9105810de1ce565b18e446;p=libfirm diff --git a/ir/be/begnuas.h b/ir/be/begnuas.h index a6d0a1756..f46ae139b 100644 --- a/ir/be/begnuas.h +++ b/ir/be/begnuas.h @@ -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; /**