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]

Re: frame.h


On Thu, Mar 29, 2001 at 04:17:15AM +0200, Ralf Baechle wrote:
> I just received a report that apparently your gcc change brakes gcc
> compilation for MIPS targets...

Arg.  I fixed this in the wrong tree.  Done.


r~


        * libgcc2.c [L__main]: Include unwind-dw2-fde.h instead of frame.h.

Index: libgcc2.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/libgcc2.c,v
retrieving revision 1.116
diff -c -p -d -r1.116 libgcc2.c
*** libgcc2.c	2001/03/28 11:03:55	1.116
--- libgcc2.c	2001/03/29 21:09:12
*************** cacheflush (char *beg, int size, int fla
*** 2952,2958 ****
     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
  
--- 2952,2958 ----
     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]