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",