This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] collect2 vs table-based eh on aix


Short status note ...

Olivier Hainque wrote:
> > Adjustments and testing on the way.
> 
>  Ouch, this breaks the shared_obj case, which has its own set of
>  intricate path variants :-/

 I have an improved version which addresses this issue and is
 cleaner overall. Testing revealed another kind of problem, on the
 compiler side of things with -ffunction-sections:

 << #ifdef DWARF2_EMIT_FRAME_TABLE_ASM_REF
      switch_to_section (current_function_section ());
      DWARF2_EMIT_FRAME_TABLE_ASM_REF (section_start_label);
 >>

 the switch gets us back to ".text" and not to the function specific
 csect, so the link attempt is inoperative.


 



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]