X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fia32%2Fia32_emitter.h;h=3f640050fd6aea9cd20fbdcc42f8288668900068;hb=3dd4d9c1212cc4dc624822003426d78de1671b63;hp=bbd15281960ade3f9cb7199247628a92d9be8b4e;hpb=399e9483347d0d5d1b5fddd0e91685174df3ad0a;p=libfirm diff --git a/ir/be/ia32/ia32_emitter.h b/ir/be/ia32/ia32_emitter.h index bbd152819..3f640050f 100644 --- a/ir/be/ia32/ia32_emitter.h +++ b/ir/be/ia32/ia32_emitter.h @@ -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; /**