2008-02-22 Roland McGrath <roland@redhat.com>
* run-elflint-test.sh: Typo fix.
+2008-02-22 Roland McGrath <roland@redhat.com>
+
+ * run-elflint-test.sh: Typo fix.
+
+2008-02-21 Roland McGrath <roland@redhat.com>
+
+ * run-disasm-x86.sh: Use uname instead of arch, keep tools required
+ for the build down to minimum.
+ * run-disasm-x86-64.sh: Likewise.
+
2008-02-20 Roland McGrath <roland@redhat.com>
* testfile46.bz2: New data file.
. $srcdir/test-subr.sh
# Run x86-64 test.
-case "$(arch)" in
+case "`uname -m`" in
x86_64)
tempfiles testfile45.o
testfiles testfile45.S testfile45.expect
#! /bin/sh
-# Copyright (C) 2007 Red Hat, Inc.
+# Copyright (C) 2007, 2008 Red Hat, Inc.
# This file is part of Red Hat elfutils.
#
# Red Hat elfutils is free software; you can redistribute it and/or modify
. $srcdir/test-subr.sh
# Run x86 test.
-case "$(arch)" in
+case "`uname -m`" in
x86_64 | i?86 )
tempfiles testfile44.o
testfiles testfile44.S testfile44.expect
testfiles testfile42
testrun ../src/elflint -q --gnu-ld testfile42
-testfiles testfile47
-testrun ../src/elflint -q testfile47
+testfiles testfile46
+testrun ../src/elflint -q testfile46
exit 0