test: add test for gcc issue with weak hidden symbol on powerpc
[lttng-ust.git] / tests / gcc-weak-hidden / d.c
diff --git a/tests/gcc-weak-hidden/d.c b/tests/gcc-weak-hidden/d.c
new file mode 100644 (file)
index 0000000..bb16bdb
--- /dev/null
@@ -0,0 +1,6 @@
+char testsym[9] __attribute__((weak, visibility("hidden")));
+
+void *fctlib2(void)
+{
+       return testsym;
+}
This page took 0.025338 seconds and 5 git commands to generate.