* LIBANNOCHECK_VERSION defined in annocheck/libannocheck.h
* 'version' defined in meson.build,
* ANNOBIN_VERSION defined in configure.ac. */
-#define ANNOBIN_VERSION 1111
+#define ANNOBIN_VERSION 1112
/* The version of the annotation specification supported. */
#define SPEC_VERSION 3
"_GLOBAL__sub_I_main",
"_Unwind_Resume",
"__errno_location",
+ "__libc_csu_init",
"__libc_start_call_main",
"__tls_get_offset",
"_nl_finddomain_subfreeres",
/* NB/ Keep this value in sync with ANNOBIN_VERSION defined in
annobin-global.h. */
-#define LIBANNOCHECK_VERSION 1111
+#define LIBANNOCHECK_VERSION 1112
/* Update this when the libannocheck API changes.
v1. Testing.
-ANNOBIN_VERSION=11.11
+ANNOBIN_VERSION=11.12
# Make sure we can run config.sub.
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_SRCDIR([annobin-global.h])
-ANNOBIN_VERSION=11.11
+ANNOBIN_VERSION=11.12
AC_SUBST(ANNOBIN_VERSION)
AC_CANONICAL_SYSTEM
project(
'annobin',
['c', 'cpp'],
- version: '11.11',
+ version: '11.12',
meson_version: '>=0.59'
)