|
From: <sv...@va...> - 2013-10-28 10:29:10
|
Author: sewardj
Date: Mon Oct 28 10:28:46 2013
New Revision: 13702
Log:
Merge (from trunk) r13701: mips64: add missing headers to EXTRA_DIST
Modified:
branches/VALGRIND_3_9_BRANCH/ (props changed)
branches/VALGRIND_3_9_BRANCH/none/tests/mips64/Makefile.am
Modified: branches/VALGRIND_3_9_BRANCH/none/tests/mips64/Makefile.am
==============================================================================
--- branches/VALGRIND_3_9_BRANCH/none/tests/mips64/Makefile.am (original)
+++ branches/VALGRIND_3_9_BRANCH/none/tests/mips64/Makefile.am Mon Oct 28 10:28:46 2013
@@ -42,7 +42,8 @@
unaligned_load_store.stdout.exp-LE unaligned_load_store.stdout.exp-BE \
unaligned_load_store.stderr.exp unaligned_load_store.vgtest \
test_fcsr.stdout.exp test_fcsr.stderr.exp \
- test_fcsr.vgtest
+ test_fcsr.vgtest \
+ const.h macro_fpu.h macro_int.h macro_load_store.h rounding_mode.h
check_PROGRAMS = \
allexec \
|