Changeset 440
- Timestamp:
- Jul 25, 2003, 3:38:02 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/gcc/config/i386/emx.c
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r439 r440 118 118 /* 119 119 tree label = get_file_function_name ('F'); 120 The __ehInit undefined external here is to drag __ehInit/__ehInitDLL into 121 the linking so DLLs are initiated correctly. (#577) 120 122 */ 121 123 data_section (); 122 124 ASM_OUTPUT_ALIGN (asm_out_file, floor_log2 (PTR_SIZE)); 123 fprintf (asm_out_file, "\t.stabs\t\"___eh_frame__\",24,0,0,Lframe1\n"); 125 fprintf (asm_out_file, 126 "\t.stabs\t\"___eh_frame__\",24,0,0,Lframe1\n" /* N_SETD */ 127 "\t.stabs\t\"___ehInit\",1,0,0,0\n"); /* N_UNDEF | N_EXT */ 124 128 } 125 129 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.