Changeset 440


Ignore:
Timestamp:
Jul 25, 2003, 3:38:02 PM (22 years ago)
Author:
bird
Message:

extrn _ehInit with eh_frame.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/gcc/config/i386/emx.c

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r439 r440  
    118118/*
    119119  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)
    120122*/
    121123  data_section ();
    122124  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 */
    124128}
    125129
Note: See TracChangeset for help on using the changeset viewer.