summaryrefslogtreecommitdiff
path: root/lang/gcc47/files/patch-unwind-ia64.h
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2011-11-10 11:42:21 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2011-11-10 11:42:21 +0000
commit802d7301ddf9f5a76738c6cebaf4ed2d68ca1fea (patch)
tree7723d1ad08a4b98fc769ab263e599996fc5ef612 /lang/gcc47/files/patch-unwind-ia64.h
parentUpdate BSDPAN to 20111107: (diff)
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
Notes
Notes: svn path=/head/; revision=285442
Diffstat (limited to 'lang/gcc47/files/patch-unwind-ia64.h')
-rw-r--r--lang/gcc47/files/patch-unwind-ia64.h19
1 files changed, 0 insertions, 19 deletions
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 <gerald@pfeifer.com>
-
- 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
-+ ;