unwind-dw2-fde-glibc.c: #define _Unwind_Find_FDE to itself before including unwind-dw2-fde.c...

* unwind-dw2-fde-glibc.c: #define _Unwind_Find_FDE to itself
        before including unwind-dw2-fde.c, if we are not using the
        special code in this file.

From-SVN: r48056
This commit is contained in:
Zack Weinberg 2001-12-15 17:27:57 -08:00 committed by Richard Henderson
parent 44d6a70684
commit 5f77a9c522
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2001-12-15 Zack Weinberg <zack@codesourcery.com>
* unwind-dw2-fde-glibc.c: #define _Unwind_Find_FDE to itself
before including unwind-dw2-fde.c, if we are not using the
special code in this file.
2001-12-15 Richard Henderson <rth@redhat.com>
* config/alpha/alpha.h (TARGET_SWITCHES): Turn on

View File

@ -287,5 +287,7 @@ _Unwind_Find_FDE (void *pc, struct dwarf_eh_bases *bases)
}
#else
/* Prevent multiple include of header files. */
#define _Unwind_Find_FDE _Unwind_Find_FDE
#include "unwind-dw2-fde.c"
#endif