~hp/lv2lint

b58408b0f8b5a960b571d24469333ee907e69a3f — Hanspeter Portner 1 year, 7 months ago 63b6275
Add aarch64 symbols to whitelist
2 files changed, 6 insertions(+), 1 deletions(-)

M meson_options.txt
M src/lv2lint.c
M meson_options.txt => meson_options.txt +1 -1
@@ 4,4 4,4 @@
option('online-tests', type : 'feature', value : 'disabled')
option('elf-tests', type : 'feature', value : 'disabled')
option('x11-tests', type : 'feature', value : 'disabled')
option('version', type : 'string', value : '0.1.43')
option('version', type : 'string', value : '0.17.61')

M src/lv2lint.c => src/lv2lint.c +5 -0
@@ 996,6 996,11 @@ test_visibility(app_t *app, const char *path, const char *uri,
		"__rt_data__end",
		"__rt_text__start",
		"__rt_text__end",
		// C aarch64
		"__end__",
		"__bss_start__",
		"__bss_end__",
		"_bss_end__",
		// Rust
		"__rdl_alloc",
		"__rdl_alloc_excess",