aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/libitm/clearcap.map
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/libitm/clearcap.map')
-rw-r--r--gcc-4.9/libitm/clearcap.map14
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc-4.9/libitm/clearcap.map b/gcc-4.9/libitm/clearcap.map
deleted file mode 100644
index bd8189b43..000000000
--- a/gcc-4.9/libitm/clearcap.map
+++ /dev/null
@@ -1,14 +0,0 @@
-# Clear hardware capabilities emitted by Sun as: calls to the x86_avx.c
-# functions are only emitted with -mavx.
-#
-# The v1 mapfile syntax has no support for clearing specific capabilities,
-# so clear everything.
-#
-hwcap_1 = V0x0 OVERRIDE;
-#
-# If we can assume mapfile v2 syntax, we can specificially clear AVX.
-#
-#$mapfile_version 2
-#CAPABILITY {
-# HW -= AVX;
-#};