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

From-SVN: r40957
This commit is contained in:
Richard Henderson 2001-03-29 13:11:23 -08:00 committed by Richard Henderson
parent 498cf3d0ed
commit e4b776a6d0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-03-29 Richard Henderson <rth@redhat.com>
* libgcc2.c [L__main]: Include unwind-dw2-fde.h instead of frame.h.
2001-03-28 Matthew Hiller <hiller@redhat.com>
* config/mn10300/mn10300.md (cmpsi): Fix first alternative's

View File

@ -2952,7 +2952,7 @@ cacheflush (char *beg, int size, int flag)
code to run constructors. In that case, we need to handle EH here, too. */
#ifdef EH_FRAME_SECTION
#include "frame.h"
#include "unwind-dw2-fde.h"
extern unsigned char __EH_FRAME_BEGIN__[];
#endif