Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2011-04-26 02:27:07 +0400
committerDavid Schleef <ds@schleef.org>2011-04-26 02:27:07 +0400
commitdf839854787293750c28326cd837e12eb800c9f9 (patch)
treea046a72dd0f1d23463d62f98c951de8fa4718c59 /orc-test/orctest.c
parent919549148661575f964d521470a832a1641fa018 (diff)
test: ignore diffs due to change in jmp sizes
Diffstat (limited to 'orc-test/orctest.c')
-rw-r--r--orc-test/orctest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/orc-test/orctest.c b/orc-test/orctest.c
index 0feba6d..0687ef9 100644
--- a/orc-test/orctest.c
+++ b/orc-test/orctest.c
@@ -102,7 +102,7 @@ orc_test_gcc_compile (OrcProgram *p)
return ORC_TEST_FAILED;
}
-#if 0
+#if 1
sprintf (cmd, "objdump -dr %s | sed 's/^[ 0-9a-f]*:/XXX:/' >%s", obj_filename, dis_filename);
#else
sprintf (cmd, "objdump -dr %s >%s", obj_filename, dis_filename);
@@ -132,7 +132,7 @@ orc_test_gcc_compile (OrcProgram *p)
return ORC_TEST_FAILED;
}
-#if 0
+#if 1
sprintf (cmd, "objdump -Dr %s | sed 's/^[ 0-9a-f]*:/XXX:/' >%s", obj_filename, dump_dis_filename);
#else
sprintf (cmd, "objdump -Dr %s >%s", obj_filename, dump_dis_filename);