]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Allow mixing target and not-target directives
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 11 May 2015 19:29:27 +0000 (12:29 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 11 May 2015 19:29:27 +0000 (12:29 -0700)
commite83c417475ba1a0a4b0ef81c99382ac78dfde7f1
tree16d48bbce082d06555e95258344f7e3aeb36df62
parent5197d474361b4748e0339ae60e6dc9975f2313df
Allow mixing target and not-target directives

Mixing target and not-target directives can be used to run for x86_64-*-*
target while skipping x86_64-*-gnux32 target.  This patch allows mixing
target and not-target directives. It is used to skip elfedit-1 for
x86_64-*-gnux32.

* binutils-all/elfedit-1.d: Skip x86_64-*-gnux32.
* lib/utils-lib.exp (run_dump_test): Allow mixing target and
not-target directives.
binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/elfedit-1.d
binutils/testsuite/lib/utils-lib.exp