comparison gcc/config/i386/nwld.h @ 36:855418dad1a3

gcc-4.4-20091020
author e075725
date Tue, 22 Dec 2009 21:19:31 +0900
parents a06113de4d67
children f6334be47118
comparison
equal deleted inserted replaced
19:58ad6c70ea60 36:855418dad1a3
53 void nwld_named_section_asm_out_destructor (rtx, int); 53 void nwld_named_section_asm_out_destructor (rtx, int);
54 54
55 #define TARGET_ASM_CONSTRUCTOR nwld_named_section_asm_out_constructor 55 #define TARGET_ASM_CONSTRUCTOR nwld_named_section_asm_out_constructor
56 #define TARGET_ASM_DESTRUCTOR nwld_named_section_asm_out_destructor 56 #define TARGET_ASM_DESTRUCTOR nwld_named_section_asm_out_destructor
57 57
58 #define SUBSUBTARGET_OVERRIDE_OPTIONS \
59 do { \
60 /* XXX This can be enabled once gas output meets nwld's needs. */ \
61 /* if (!flag_unwind_tables && !flag_exceptions) */ \
62 flag_dwarf2_cfi_asm = 0; \
63 } while (0)
64
58 #undef EH_FRAME_SECTION_NAME 65 #undef EH_FRAME_SECTION_NAME
59 #define EH_FRAME_SECTION_NAME ".eh_frame"TARGET_SUB_SECTION_SEPARATOR 66 #define EH_FRAME_SECTION_NAME ".eh_frame"TARGET_SUB_SECTION_SEPARATOR
60 67
61 /* nwld does not currently support stabs debug info */ 68 /* nwld does not currently support stabs debug info */
62 #undef DBX_DEBUGGING_INFO 69 #undef DBX_DEBUGGING_INFO