From 802d7301ddf9f5a76738c6cebaf4ed2d68ca1fea Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Thu, 10 Nov 2011 11:42:21 +0000 Subject: Update to the 20111105 snapshot of GCC 4.7.0. This allows us to remove a hack of mine for libgcc on ia64. Feature safe: yes --- lang/gcc47/files/patch-unwind-ia64.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 lang/gcc47/files/patch-unwind-ia64.h (limited to 'lang/gcc47/files') diff --git a/lang/gcc47/files/patch-unwind-ia64.h b/lang/gcc47/files/patch-unwind-ia64.h deleted file mode 100644 index c5de125b9995..000000000000 --- a/lang/gcc47/files/patch-unwind-ia64.h +++ /dev/null @@ -1,19 +0,0 @@ -2011-09-23 Gerald Pfeifer - - PR target/45650 - * config/ia64/unwind-ia64.h: Do not mark _Unwind_FindTableEntry - hidden on FreeBSD. - -Index: unwind-ia64.h -=================================================================== ---- libgcc/config/ia64/unwind-ia64.h (revision 179093) -+++ libgcc/config/ia64/unwind-ia64.h (working copy) -@@ -40,4 +40,7 @@ - extern struct unw_table_entry * - _Unwind_FindTableEntry (void *pc, unsigned long *segment_base, - unsigned long *gp, struct unw_table_entry *ent) -- __attribute__ ((__visibility__ ("hidden"))); -+#ifndef __FreeBSD__ -+ __attribute__ ((__visibility__ ("hidden"))) -+#endif -+ ; -- cgit v1.2.3