summaryrefslogtreecommitdiff
path: root/lang/gcc47/files/patch-unwind-ia64.h
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2011-02-11 03:06:02 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2011-02-11 03:06:02 +0000
commitf259566108892351d3632c07a73d13c19134360f (patch)
treed8c04c2dd9d515238e6ff20e97948fc22f7f82be /lang/gcc47/files/patch-unwind-ia64.h
parent- Update to 1.16.2 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_4_0'.release/7.4.0
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 265c82c77042..000000000000
--- a/lang/gcc47/files/patch-unwind-ia64.h
+++ /dev/null
@@ -1,19 +0,0 @@
-2010-09-12 Gerald Pfeifer <gerald@pfeifer.com>
-
- PR target/45650
- * config/ia64/unwind-ia64.h: Do not mark _Unwind_FindTableEntry
- hidden on FreeBSD.
-
-Index: gcc/config/ia64/unwind-ia64.h
-===================================================================
---- gcc/config/ia64/unwind-ia64.h (revision 164211)
-+++ gcc/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
-+ ;