With all the symbols resolved, there is no need to use
version-script to restrict exported symbols.

Signed-off-by: Emil Velikov <emil.l.veli...@gmail.com>
---
 src/gallium/targets/pipe-loader/Makefile.am | 2 --
 src/gallium/targets/pipe-loader/pipe.link   | 3 ---
 2 files changed, 5 deletions(-)
 delete mode 100644 src/gallium/targets/pipe-loader/pipe.link

diff --git a/src/gallium/targets/pipe-loader/Makefile.am 
b/src/gallium/targets/pipe-loader/Makefile.am
index 97733c1..8033860 100644
--- a/src/gallium/targets/pipe-loader/Makefile.am
+++ b/src/gallium/targets/pipe-loader/Makefile.am
@@ -22,8 +22,6 @@
 
 include $(top_srcdir)/src/gallium/Automake.inc
 
-LDFLAGS += 
-Wl,--version-script=$(top_srcdir)/src/gallium/targets/pipe-loader/pipe.link
-
 AM_CPPFLAGS = \
        $(GALLIUM_CFLAGS) \
        -I$(top_srcdir)/include \
diff --git a/src/gallium/targets/pipe-loader/pipe.link 
b/src/gallium/targets/pipe-loader/pipe.link
deleted file mode 100644
index d6dd2af..0000000
--- a/src/gallium/targets/pipe-loader/pipe.link
+++ /dev/null
@@ -1,3 +0,0 @@
-VERSION {
-       global: driver_descriptor; local: *;
-};
-- 
1.8.5.2

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to