diff options
Diffstat (limited to '')
-rw-r--r-- | scripts/t/Dpkg_Shlibs/symbols.internal | 4 | ||||
-rw-r--r-- | scripts/t/Dpkg_Shlibs/symbols.internal-allow | 3 | ||||
-rw-r--r-- | scripts/t/Dpkg_Shlibs/symbols.internal-allow-groups | 4 | ||||
-rw-r--r-- | scripts/t/Dpkg_Shlibs/symbols.internal-filter | 3 |
4 files changed, 14 insertions, 0 deletions
diff --git a/scripts/t/Dpkg_Shlibs/symbols.internal b/scripts/t/Dpkg_Shlibs/symbols.internal new file mode 100644 index 0000000..a6d3dd6 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/symbols.internal @@ -0,0 +1,4 @@ + .gomp_critical_user_foo@Base 2.0 + .gomp_critical_user_bar@Base 2.0 + __aeabi_lcmp@GCC_3.0 3.0 + __aeabi_unknown@GCC_4.0 4.0 diff --git a/scripts/t/Dpkg_Shlibs/symbols.internal-allow b/scripts/t/Dpkg_Shlibs/symbols.internal-allow new file mode 100644 index 0000000..ea40815 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/symbols.internal-allow @@ -0,0 +1,3 @@ +libinternal.so.0 libinternal0 #MINVER# +(allow-internal)#include "symbols.internal" + symbol@Base 1.0 diff --git a/scripts/t/Dpkg_Shlibs/symbols.internal-allow-groups b/scripts/t/Dpkg_Shlibs/symbols.internal-allow-groups new file mode 100644 index 0000000..e4492ec --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/symbols.internal-allow-groups @@ -0,0 +1,4 @@ +libinternal.so.0 libinternal0 #MINVER# +* Allow-Internal-Symbol-Groups: aeabi gomp +#include "symbols.internal" + symbol@Base 1.0 diff --git a/scripts/t/Dpkg_Shlibs/symbols.internal-filter b/scripts/t/Dpkg_Shlibs/symbols.internal-filter new file mode 100644 index 0000000..26e902f --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/symbols.internal-filter @@ -0,0 +1,3 @@ +libinternal.so.0 libinternal0 #MINVER# +#include "symbols.internal" + symbol@Base 1.0 |