OSDN Git Service

* libgcc2.c [L__main]: Include unwind-dw2-fde.h instead of frame.h.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Mar 2001 21:11:23 +0000 (21:11 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Mar 2001 21:11:23 +0000 (21:11 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40957 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/libgcc2.c

index cc07a8b..332d6df 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 140f1f7..3bbd9c6 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