ia64.c (ia64_expand_prologue): Declare ei variable.
[gcc.git] / gcc / unwind-dw2-fde.h
index 89e038a0575445e0919fb71774d39504e1419cdb..47ec3ab3649338ad890008421e017d81c1226f92 100644 (file)
@@ -1,5 +1,5 @@
 /* Subroutines needed for unwinding stack frames for exception handling.  */
-/* Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002
+/* Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2004
    Free Software Foundation, Inc.
    Contributed by Jason Merrill <jason@cygnus.com>.
 
@@ -32,6 +32,8 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #ifndef GCC_UNWIND_DW2_FDE_H
 #define GCC_UNWIND_DW2_FDE_H
 
+#pragma GCC visibility push(default)
+
 struct fde_vector
 {
   const void *orig_data;
@@ -177,4 +179,6 @@ last_fde (struct object *obj __attribute__ ((__unused__)), const fde *f)
 #endif
 }
 
+#pragma GCC visibility pop
+
 #endif /* unwind-dw2-fde.h */