Commit e4b776a6 by Richard Henderson Committed by Richard Henderson

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

From-SVN: r40957
parent 498cf3d0
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment