summaryrefslogtreecommitdiff
path: root/lang/gcc5/files/patch-unwind-ia64.h
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2017-02-09 10:40:45 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2017-02-09 10:40:45 +0000
commit992cf590dca7ad7c8f1966ad63b71e7709d3500b (patch)
tree007b3fbc4ae2a2480c4cfc682ad7a2cd5ab312ea /lang/gcc5/files/patch-unwind-ia64.h
parent- add LICENSE (diff)
Remove traces of armv6hf which no longer exists as an arch. [1]
Remove files/patch-unwind-ia64.h: we have not been supporting ia64 with this release series, i.e., ONLY_FOR_ARCHS does not include ia64. No PORTREVISION bump since nothing should actually change for existing/supported platforms. Reported by: andreast [1]
Notes
Notes: svn path=/head/; revision=433720
Diffstat (limited to 'lang/gcc5/files/patch-unwind-ia64.h')
-rw-r--r--lang/gcc5/files/patch-unwind-ia64.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/lang/gcc5/files/patch-unwind-ia64.h b/lang/gcc5/files/patch-unwind-ia64.h
deleted file mode 100644
index 82e103a543c5..000000000000
--- a/lang/gcc5/files/patch-unwind-ia64.h
+++ /dev/null
@@ -1,21 +0,0 @@
-2012-12-17 Gerald Pfeifer <gerald@pfeifer.com>
- Anton Shterenlikht <mexas@bristol.ac.uk>
-
- PR target/45650
- * config/ia64/unwind-ia64.h: Do not mark _Unwind_FindTableEntry
- hidden on FreeBSD.
-
---- UTC
-Index: libgcc/config/ia64/unwind-ia64.h
-===================================================================
---- libgcc/config/ia64/unwind-ia64.h
-+++ libgcc/config/ia64/unwind-ia64.h (working copy)
-@@ -49,4 +49,7 @@
- extern struct unw_table_entry *
- _Unwind_FindTableEntry (void *pc, unw_word *segment_base,
- unw_word *gp, struct unw_table_entry *ent)
-- __attribute__ ((__visibility__ ("hidden")));
-+#ifndef __FreeBSD__
-+ __attribute__ ((__visibility__ ("hidden")))
-+#endif
-+ ;