cond_ld_st: Split the non-arm expected outputs into 32- and 64-bit

versions, since they will be different.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13395
This commit is contained in:
Julian Seward 2013-05-13 09:13:04 +00:00
parent 9c5edc6cb9
commit cc44df221f
5 changed files with 6 additions and 2 deletions

View File

@ -80,9 +80,11 @@ EXTRA_DIST = \
clo_redzone_default.vgtest clo_redzone_128.vgtest \
clo_redzone_default.stderr.exp clo_redzone_128.stderr.exp \
cond_ld.vgtest cond_ld.stdout.exp cond_ld-stderr.exp-arm \
cond_ld-stderr.exp-non-arm \
cond_ld-stderr.exp-64bit-non-arm \
cond_ld-stderr.exp-32bit-non-arm \
cond_st.vgtest cond_st.stdout.exp cond_st-stderr.exp-arm \
cond_st-stderr.exp-non-arm \
cond_st-stderr.exp-64bit-non-arm \
cond_st-stderr.exp-32bit-non-arm \
custom_alloc.stderr.exp custom_alloc.vgtest \
custom_alloc.stderr.exp-s390x-mvc \
custom-overlap.stderr.exp custom-overlap.vgtest \

View File

@ -0,0 +1 @@
Placeholder text; replace with real results

View File

@ -0,0 +1 @@
Placeholder text; replace with real results