aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristian Rodríguez <crrodriguez@opensuse.org>2013-03-10 21:29:41 -0300
committerKay Sievers <kay@vrfy.org>2013-03-11 03:30:49 +0100
commit39403a433583cb91a1182623560347514b618818 (patch)
tree228a03ab4b0297d1813a94771f11d250c885562e
parent76523da8569096f21b71aba2a71a86731dba5c96 (diff)
downloadlibabc-39403a433583cb91a1182623560347514b618818.tar.gz
Fix gold linker warning
There must be only one wildcard local in the linker script, otherwise gold warns: warning: wildcard match appears in both version 'LIBABC_1' and 'LIBABC_3' in script
-rw-r--r--src/libabc.sym2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libabc.sym b/src/libabc.sym
index 6f15a3e..d78a036 100644
--- a/src/libabc.sym
+++ b/src/libabc.sym
@@ -19,6 +19,4 @@ global:
abc_thing_get_ctx;
abc_thing_new_from_string;
abc_thing_get_some_list_entry;
-local:
- *;
} LIBABC_1;