X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbegnuas.h;h=edb75d0146f5f34bc4f4eb4458bc794aa0780003;hb=3f807bf48426a29da4129ff29c44a4b4690c45f6;hp=7ca65e6e7c74fa2a4409434aa5607aac98e20a41;hpb=605afb45243e9d7c246760d4f1452dfb575b87d6;p=libfirm diff --git a/ir/be/begnuas.h b/ir/be/begnuas.h index 7ca65e6e7..edb75d014 100644 --- a/ir/be/begnuas.h +++ b/ir/be/begnuas.h @@ -39,7 +39,8 @@ typedef enum section_t { GAS_SECTION_RODATA, /**< rodata section */ GAS_SECTION_COMMON, /**< common section */ GAS_SECTION_TLS, /**< thread local storage section */ - GAS_SECTION_CTOR, /**< ctor section for instrumentation code init */ + GAS_SECTION_CONSTRUCTORS, /**< ctors section */ + GAS_SECTION_DESTRUCTORS, /**< dtors section */ GAS_SECTION_CSTRING, /**< section for constant strings */ GAS_SECTION_PIC_TRAMPOLINES, /**< trampolines for pic codes */ GAS_SECTION_PIC_SYMBOLS, /**< contains resolved pic symbols */