forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#readelf: -h
|
||||
#name: Update ELF header 1
|
||||
#target: x86_64-*-*
|
||||
#not-target: x86_64-*-gnux32
|
||||
|
||||
#...
|
||||
ELF Header:
|
||||
|
||||
Reference in New Issue
Block a user