X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeasm_types.h;h=102b413016fd8317dd32c0c08d0f1a56d15e2035;hb=e6ad8ee4680a88db8652483c2c6f3124f3d9a888;hp=85a60393a3856fe1337f657caefca1715cdec0ba;hpb=df29cc33c216d5191980847f63843447954aed11;p=libfirm diff --git a/ir/be/beasm_types.h b/ir/be/beasm_types.h index 85a60393a..102b41301 100644 --- a/ir/be/beasm_types.h +++ b/ir/be/beasm_types.h @@ -7,9 +7,7 @@ #ifndef _BEASM_TYPES_H #define _BEASM_TYPES_H -#include -#include -#include "libfirm/firm.h" +#include "tv.h" /** @@ -42,8 +40,8 @@ typedef void (*dump_string_proc)(void* priv_data, asm_segment_t segment, entity typedef void (*dump_external_declaration_proc)(void* priv_data, asm_segment_t segment, const char* ld_name); typedef void (*dump_local_declaration_proc)(void* priv_data, asm_segment_t segment, const char* ld_name ); // declares an uninitialized symbol. -typedef void (*dump_declare_uninitialized_symbol_proc)(void* priv_data, asm_segment_t segment, const char* ldname, int bytes, int align, ent_visibility visibility); -typedef void (*dump_declare_initialized_symbol_proc)(void* priv_data, asm_segment_t segment, const char* ldname, int bytes, int align, ent_visibility visibility); +typedef void (*dump_declare_uninitialized_symbol_proc)(void* priv_data, asm_segment_t segment, const char* ldname, int bytes, int align, visibility visibility); +typedef void (*dump_declare_initialized_symbol_proc)(void* priv_data, asm_segment_t segment, const char* ldname, int bytes, int align, visibility visibility); //typedef void (*dump_declare_object_symbol_proc)(void* priv_data, asm_segment_t segment, const char* ld_name, int bytes); //typedef void (*dump_declare_function_symbol_proc)(void* priv_data, asm_segment_t segment, const char* ld_name); //typedef void (*dump_object_symbol_init_decl_proc)(void* priv_data, asm_segment_t segment, const char* ld_name);