* libgcc2.c [L__main]: Include unwind-dw2-fde.h instead of frame.h.
authorRichard Henderson <rth@redhat.com>
Thu, 29 Mar 2001 21:11:23 +0000 (13:11 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 29 Mar 2001 21:11:23 +0000 (13:11 -0800)
From-SVN: r40957

gcc/ChangeLog
gcc/libgcc2.c

index cc07a8b43003a12d48aeae0448d6be7b5ddc574d..332d6dfb6d1591a8e9a63e054ecb26b588dbc843 100644 (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
index 140f1f74fc37ba22a885eae45cd4b769756a47ef..3bbd9c6540a94e145af0ccce36e43c6cd719f056 100644 (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