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]

PR 3091


Yet another EH patch from mainline that failed to get
merged to the branch.


r~


        2001-03-29  Richard Henderson  <rth@redhat.com>
        * libgcc2.c [L__main]: Include unwind-dw2-fde.h instead of frame.h.

Index: libgcc2.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/libgcc2.c,v
retrieving revision 1.115.2.4
diff -c -p -d -r1.115.2.4 libgcc2.c
*** libgcc2.c   2001/05/22 18:13:31     1.115.2.4
--- libgcc2.c   2001/06/09 00:17:14
*************** cacheflush (char *beg, int size, int fla
*** 2729,2735 ****
     code to run constructors.  In that case, we need to handle EH here, too.  *
/
  
  #ifdef EH_FRAME_SECTION
! #include "frame.h"
  extern unsigned char __EH_FRAME_BEGIN__[];
  #endif
  
--- 2729,2735 ----
     code to run constructors.  In that case, we need to handle EH here, too.  *
/
  
  #ifdef EH_FRAME_SECTION
! #include "unwind-dw2-fde.h"
  extern unsigned char __EH_FRAME_BEGIN__[];
  #endif
  


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