diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2011-11-10 11:42:21 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2011-11-10 11:42:21 +0000 |
commit | 802d7301ddf9f5a76738c6cebaf4ed2d68ca1fea (patch) | |
tree | 7723d1ad08a4b98fc769ab263e599996fc5ef612 /lang/gcc47/files | |
parent | 6dde28b5d6af3880227074520b29e890ff7573c8 (diff) | |
download | ports-802d7301ddf9f5a76738c6cebaf4ed2d68ca1fea.tar.gz ports-802d7301ddf9f5a76738c6cebaf4ed2d68ca1fea.zip |
Notes
Diffstat (limited to 'lang/gcc47/files')
-rw-r--r-- | lang/gcc47/files/patch-unwind-ia64.h | 19 |
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 -+ ; |