aboutsummaryrefslogtreecommitdiff
path: root/gcc/libgcc2.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-03-29 13:11:23 -0800
committerRichard Henderson <rth@gcc.gnu.org>2001-03-29 13:11:23 -0800
commite4b776a6d013ba9ec635f30f09021f050d844fdd (patch)
tree08cd99c169a0aeb5341f1f71215c668179918bd1 /gcc/libgcc2.c
parent498cf3d0edd7db5c044dc73b8b9c37c8f6906fd6 (diff)
downloadgcc-e4b776a6d013ba9ec635f30f09021f050d844fdd.zip
gcc-e4b776a6d013ba9ec635f30f09021f050d844fdd.tar.gz
gcc-e4b776a6d013ba9ec635f30f09021f050d844fdd.tar.bz2
* libgcc2.c [L__main]: Include unwind-dw2-fde.h instead of frame.h.
From-SVN: r40957
Diffstat (limited to 'gcc/libgcc2.c')
-rw-r--r--gcc/libgcc2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c
index 140f1f7..3bbd9c6 100644
--- a/gcc/libgcc2.c
+++ b/gcc/libgcc2.c
@@ -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