Signed-off-by: Mark Wielaard <[email protected]> --- tests/ChangeLog | 4 ++++ tests/Makefile.am | 1 + 2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/tests/ChangeLog b/tests/ChangeLog index 44f4ef6..0081981 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,9 @@ 2013-12-10 Mark Wielaard <[email protected]> + * Makefile.am (backtrace_child_biarch_SOURCES): New backtrace-child.c. + +2013-12-10 Mark Wielaard <[email protected]> + * Makefile.am (valgrind_cmd): Remove --trace-children=yes. * backtrace-subr.sh (check_native_core): Disable valgrind while dumping core. diff --git a/tests/Makefile.am b/tests/Makefile.am index 006b232..75a16bd 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -378,6 +378,7 @@ backtrace_LDADD = $(libdw) $(libelf) $(libmudflap) # backtrace-child-biarch also uses those *_CFLAGS and *_LDLAGS variables: backtrace_child_CFLAGS = -fPIE backtrace_child_LDFLAGS = -pie -pthread +backtrace_child_biarch_SOURCES = backtrace-child.c backtrace_data_LDADD = $(libdw) $(libelf) $(libmudflap) backtrace_dwarf_CFLAGS = -Wno-unused-parameter backtrace_dwarf_LDADD = $(libdw) $(libelf) $(libmudflap) -- 1.7.1
