[PATCH wayland 1/2] wayland-egl-symbols-check: add ARM specific glib entrypoints

Emil Velikov emil.l.velikov at gmail.com
Tue Mar 20 11:10:44 UTC 2018


From: Emil Velikov <emil.velikov at collabora.com>

Seems like glibc on ARM (32 or 64 bit) exports a few extra symbols.
Add them to the list.

Quick look reveals that those are aliases of the already listed symbols,
and have been added to glibc since day 1 :-\

Fixes: 21b1f22eb05 ("wayland-egl: enhance the symbol test")
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105620
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
 egl/wayland-egl-symbols-check | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/egl/wayland-egl-symbols-check b/egl/wayland-egl-symbols-check
index 70fe1f4..6e6655e 100755
--- a/egl/wayland-egl-symbols-check
+++ b/egl/wayland-egl-symbols-check
@@ -17,7 +17,11 @@ fi
 AVAIL_FUNCS="$($NM -D --format=bsd --defined-only $LIB | awk '{print $3}')"
 
 # Platform specific symbols.
-PLAT_FUNCS="__bss_start
+PLAT_FUNCS="__bss_end__
+__bss_start
+__bss_start__
+__end__
+_bss_end__
 _edata
 _end
 _fini
-- 
2.16.0



More information about the wayland-devel mailing list