7f50b2
commit d3c977726064ba09fed6dfc7daf22b16824c97b4
7f50b2
Author: Mark Wielaard <mark@klomp.org>
7f50b2
Date:   Fri May 24 18:24:56 2019 +0200
7f50b2
7f50b2
    Add -Wl,-z,now to some binaries.
7f50b2
7f50b2
diff --git a/auxprogs/Makefile.am b/auxprogs/Makefile.am
7f50b2
index 1b7842b..e211eec 100644
7f50b2
--- a/auxprogs/Makefile.am
7f50b2
+++ b/auxprogs/Makefile.am
7f50b2
@@ -32,7 +32,7 @@ valgrind_listener_SOURCES = valgrind-listener.c
7f50b2
 valgrind_listener_CPPFLAGS  = $(AM_CPPFLAGS_PRI) -I$(top_srcdir)/coregrind
7f50b2
 valgrind_listener_CFLAGS    = $(AM_CFLAGS_PRI) -fstack-protector-strong
7f50b2
 valgrind_listener_CCASFLAGS = $(AM_CCASFLAGS_PRI)
7f50b2
-valgrind_listener_LDFLAGS   = $(AM_CFLAGS_PRI)
7f50b2
+valgrind_listener_LDFLAGS   = $(AM_CFLAGS_PRI) -Wl,-z,now
7f50b2
 if VGCONF_PLATVARIANT_IS_ANDROID
7f50b2
 valgrind_listener_CFLAGS    += -static
7f50b2
 endif
7f50b2
@@ -51,7 +51,7 @@ valgrind_di_server_SOURCES   = valgrind-di-server.c
7f50b2
 valgrind_di_server_CPPFLAGS  = $(AM_CPPFLAGS_PRI) -I$(top_srcdir)/coregrind
7f50b2
 valgrind_di_server_CFLAGS    = $(AM_CFLAGS_PRI) -fstack-protector-strong
7f50b2
 valgrind_di_server_CCASFLAGS = $(AM_CCASFLAGS_PRI)
7f50b2
-valgrind_di_server_LDFLAGS   = $(AM_CFLAGS_PRI)
7f50b2
+valgrind_di_server_LDFLAGS   = $(AM_CFLAGS_PRI) -Wl,-z,now
7f50b2
 if VGCONF_PLATVARIANT_IS_ANDROID
7f50b2
 valgrind_di_server_CFLAGS    += -static
7f50b2
 endif
7f50b2
@@ -86,7 +86,7 @@ getoff_@VGCONF_ARCH_PRI@_@VGCONF_OS@_SOURCES   = getoff.c
7f50b2
 getoff_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS  = $(AM_CPPFLAGS_@VGCONF_PLATFORM_PRI_CAPS@)
7f50b2
 getoff_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS    = $(AM_CFLAGS_@VGCONF_PLATFORM_PRI_CAPS@) -fstack-protector-strong
7f50b2
 getoff_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CCASFLAGS = $(AM_CCASFLAGS_PRI)
7f50b2
-getoff_@VGCONF_ARCH_PRI@_@VGCONF_OS@_LDFLAGS   = $(AM_CFLAGS_PRI) @LIB_UBSAN@
7f50b2
+getoff_@VGCONF_ARCH_PRI@_@VGCONF_OS@_LDFLAGS   = $(AM_CFLAGS_PRI) @LIB_UBSAN@ -Wl,-z,now
7f50b2
 if HAVE_DLINFO_RTLD_DI_TLS_MODID
7f50b2
 getoff_@VGCONF_ARCH_PRI@_@VGCONF_OS@_LDADD = $(LDADD) -ldl
7f50b2
 endif
7f50b2
diff --git a/cachegrind/Makefile.am b/cachegrind/Makefile.am
7f50b2
index f572741..1c07e50 100644
7f50b2
--- a/cachegrind/Makefile.am
7f50b2
+++ b/cachegrind/Makefile.am
7f50b2
@@ -27,7 +27,7 @@ cg_merge_SOURCES = cg_merge.c
7f50b2
 cg_merge_CPPFLAGS  = $(AM_CPPFLAGS_PRI)
7f50b2
 cg_merge_CFLAGS    = $(AM_CFLAGS_PRI) -fstack-protector-strong
7f50b2
 cg_merge_CCASFLAGS = $(AM_CCASFLAGS_PRI)
7f50b2
-cg_merge_LDFLAGS   = $(AM_CFLAGS_PRI)
7f50b2
+cg_merge_LDFLAGS   = $(AM_CFLAGS_PRI) -Wl,-z,now
7f50b2
 # If there is no secondary platform, and the platforms include x86-darwin,
7f50b2
 # then the primary platform must be x86-darwin.  Hence:
7f50b2
 if ! VGCONF_HAVE_PLATFORM_SEC
7f50b2
diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am
7f50b2
index 3c73210..fb6b7bb 100644
7f50b2
--- a/coregrind/Makefile.am
7f50b2
+++ b/coregrind/Makefile.am
7f50b2
@@ -57,7 +57,7 @@ RANLIB = ${LTO_RANLIB}
7f50b2
 valgrind_CPPFLAGS  = $(AM_CPPFLAGS_PRI)
7f50b2
 valgrind_CFLAGS    = $(AM_CFLAGS_PRI) $(LTO_CFLAGS) -fstack-protector-strong
7f50b2
 valgrind_CCASFLAGS = $(AM_CCASFLAGS_PRI)
7f50b2
-valgrind_LDFLAGS   = $(AM_CFLAGS_PRI) @LIB_UBSAN@
7f50b2
+valgrind_LDFLAGS   = $(AM_CFLAGS_PRI) @LIB_UBSAN@ -Wl,-z,now
7f50b2
 # If there is no secondary platform, and the platforms include x86-darwin,
7f50b2
 # then the primary platform must be x86-darwin.  Hence:
7f50b2
 if ! VGCONF_HAVE_PLATFORM_SEC
7f50b2
@@ -96,7 +96,7 @@ endif
7f50b2
 vgdb_CPPFLAGS  = $(AM_CPPFLAGS_PRI)
7f50b2
 vgdb_CFLAGS    = $(AM_CFLAGS_PRI) $(LTO_CFLAGS) -fstack-protector-strong
7f50b2
 vgdb_CCASFLAGS = $(AM_CCASFLAGS_PRI)
7f50b2
-vgdb_LDFLAGS   = $(AM_CFLAGS_PRI) @LIB_UBSAN@
7f50b2
+vgdb_LDFLAGS   = $(AM_CFLAGS_PRI) @LIB_UBSAN@ -Wl,-z,now
7f50b2
 if VGCONF_PLATVARIANT_IS_ANDROID
7f50b2
 vgdb_CFLAGS    += -static
7f50b2
 endif