X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbegnuas.h;h=15b461f2fa58fb4e7fe4b6398fda10585c2300be;hb=f5cd86ba2cbc3ec8ba823811fc77ebad92cd4034;hp=f46ae139b32a57c41344d64f66f7df30718220ae;hpb=60258990cbbf12fc1ab4802fe4b2c7f9a99afbc2;p=libfirm diff --git a/ir/be/begnuas.h b/ir/be/begnuas.h index f46ae139b..15b461f2f 100644 --- a/ir/be/begnuas.h +++ b/ir/be/begnuas.h @@ -41,7 +41,9 @@ typedef enum section_t { GAS_SECTION_TLS, /**< thread local storage section */ GAS_SECTION_CTOR, /**< ctor section for instrumentation code init */ GAS_SECTION_CSTRING, /**< section for constant strings */ - GAS_SECTION_LAST = GAS_SECTION_CSTRING + GAS_SECTION_PIC_TRAMPOLINES, /**< trampolines for pic codes */ + GAS_SECTION_PIC_SYMBOLS, /**< contains resolved pic symbols */ + GAS_SECTION_LAST = GAS_SECTION_PIC_SYMBOLS } be_gas_section_t; /**