]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Bug 469049 - link failure on ppc64 (big endian) valgrind 3.20
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 6 May 2023 05:54:45 +0000 (07:54 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 6 May 2023 05:54:45 +0000 (07:54 +0200)
NEWS
coregrind/Makefile.am

diff --git a/NEWS b/NEWS
index f44cfde1dcb67ea2a2fd92d80f69ed6d12437f48..0b54c9cb7b845cab9c54a174651fa877d82c727a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,7 @@ bugzilla (https://bugs.kde.org/enter_bug.cgi?product=valgrind) rather
 than mailing the developers (or mailing lists) directly -- bugs that
 are not entered into bugzilla tend to get forgotten about or ignored.
 
+469049  link failure on ppc64 (big endian) valgrind 3.20
 469146  massif --ignore-fn does not ignore inlined functions
 
 To see details of a given bug, visit
index 80115f21fedd71a2b38de56847cbef652d1807cd..553211782fcf277dc4f5ca7b095108d01a3b77b4 100644 (file)
@@ -334,7 +334,6 @@ COREGRIND_SOURCES_COMMON = \
        m_seqmatch.c \
        m_signals.c \
        m_sparsewa.c \
-       m_stacks.c \
        m_stacktrace.c \
        m_syscall.c \
        m_threadstate.c \
@@ -394,7 +393,6 @@ COREGRIND_SOURCES_COMMON = \
        m_dispatch/dispatch-x86-solaris.S \
        m_dispatch/dispatch-amd64-solaris.S \
        m_gdbserver/inferiors.c \
-       m_gdbserver/m_gdbserver.c \
        m_gdbserver/regcache.c \
        m_gdbserver/remote-utils.c \
        m_gdbserver/server.c \
@@ -493,7 +491,9 @@ COREGRIND_SOURCES_COMMON = \
 # These objects are added to the libcoregrind library.
 NOLTO_COREGRIND_SOURCES_COMMON = \
        m_libcsetjmp.c \
-       m_main.c
+       m_main.c \
+       m_stacks.c \
+       m_gdbserver/m_gdbserver.c
 noinst_LIBRARIES = libnolto_coregrind-@VGCONF_ARCH_PRI@-@VGCONF_OS@.a
 libnolto_coregrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_SOURCES = \
     $(NOLTO_COREGRIND_SOURCES_COMMON)