unwind-dw2-fde-glibc.c: #define _Unwind_Find_FDE to itself before including unwind...
authorZack Weinberg <zack@codesourcery.com>
Sun, 16 Dec 2001 01:27:57 +0000 (17:27 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 16 Dec 2001 01:27:57 +0000 (17:27 -0800)
        * 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

gcc/ChangeLog
gcc/unwind-dw2-fde-glibc.c

index d74ac59107efa2b762c0b6dba779386d36c6c92e..47570f93415f7c5034a49017f2e398e497b1736c 100644 (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
@@ -98,9 +104,9 @@ Sat Dec 15 14:13:03 CET 2001  Jan Hubicka  <jh@suse.cz>
 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
 
        * c-parse.in (typename): Do not split attributes.
-        Remove unsupported attributes warning.
+       Remove unsupported attributes warning.
 
-        * c-decl.c (groktypename): Apply attributes.
+       * c-decl.c (groktypename): Apply attributes.
 
 2001-12-14  Richard Henderson  <rth@redhat.com>
 
index c57986118a44773c9fb5262813f33d87c54196b7..8e84b400161c938bc5352efe939e1d7cf0f3f708 100644 (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