]> sourceware.org Git - annobin.git/commitdiff
11.12: Annocheck: Add another special glibc function name for non-LTO: __libc_csu_init
authorNick Clifton <nickc@redhat.com>
Fri, 3 Mar 2023 15:51:28 +0000 (15:51 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 3 Mar 2023 15:51:28 +0000 (15:51 +0000)
annobin-global.h
annocheck/hardened.c
annocheck/libannocheck.h
configure
configure.ac
meson.build

index 46f19fc09a22111fdcd587d3a2666a69fdc67331..6990317b9c0d0d0d45b5fb16ca046fe9ec0ef720 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
    * 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
index 905ca96d7d82b3e06c74c4eb33f764462d98e5f3..07220d50000799447bf495a39038682c311d51b3 100644 (file)
@@ -904,6 +904,7 @@ skip_lto_checks_for_function (annocheck_data * data, enum test_index check, cons
       "_GLOBAL__sub_I_main",
       "_Unwind_Resume",
       "__errno_location",
+      "__libc_csu_init",
       "__libc_start_call_main",
       "__tls_get_offset",
       "_nl_finddomain_subfreeres",
index 22a4196d2f4e9793da36832182455a80d1f0a1d6..b5caf0044fb9887e96f534f49888f7a72494053f 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
 
 /* 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.
index a22a51555e3b981fb6fe95376ef5ca9177983048..fd5baa54c409a88d9ef4dad755ff42a2f7b26cf4 100755 (executable)
--- a/configure
+++ b/configure
@@ -2701,7 +2701,7 @@ ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
 
 
 
-ANNOBIN_VERSION=11.11
+ANNOBIN_VERSION=11.12
 
 
 # Make sure we can run config.sub.
index 1a7288d12227fa65b74937578bc6f8b02ca5243e..86771c5fcda7f28e098c52164dba7808d8556041 100644 (file)
@@ -7,7 +7,7 @@ AC_INIT([Binary Annotations], 11.0,,[annobin-plugin])
 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
index e14858ad7f357f2171e749f924eb6b8cd7bdbb9b..59a9d682047be443bec266a1186ae94b470efcda 100644 (file)
@@ -5,7 +5,7 @@
 project(
   'annobin',
   ['c', 'cpp'],
-  version: '11.11',
+  version: '11.12',
   meson_version: '>=0.59'
 )
 
This page took 0.183817 seconds and 5 git commands to generate.