diff options
| author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-29 21:11:23 +0000 |
|---|---|---|
| committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-29 21:11:23 +0000 |
| commit | 899c9389cc433aef0e2ed289b93c8e06a8d7e2c6 (patch) | |
| tree | 08cd99c169a0aeb5341f1f71215c668179918bd1 | |
| parent | 26f0753fad09f8b29e47e60a19508a304b5d3154 (diff) | |
| download | ppe42-gcc-899c9389cc433aef0e2ed289b93c8e06a8d7e2c6.tar.gz ppe42-gcc-899c9389cc433aef0e2ed289b93c8e06a8d7e2c6.zip | |
* libgcc2.c [L__main]: Include unwind-dw2-fde.h instead of frame.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40957 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/libgcc2.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cc07a8b4300..332d6dfb6d1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index 140f1f74fc3..3bbd9c6540a 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 |

