binutils/testsuite: Also consider *-*-lynxos*' and *-*-symbianelf*' ELF

These targets use the ELF format according to `bfd/config.bfd'.

	binutils/
	* testsuite/lib/binutils-common.exp (is_elf_format): Also return
	1 for `*-*-lynxos*' and `*-*-symbianelf*' targets.
This commit is contained in:
Maciej W. Rozycki 2018-03-28 13:59:01 -07:00
parent 20db9c52a2
commit c43b2c546b
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2018-04-11 Maciej W. Rozycki <macro@mips.com>
* testsuite/lib/binutils-common.exp (is_elf_format): Also return
1 for `*-*-lynxos*' and `*-*-symbianelf*' targets.
2018-04-10 Alan Modra <amodra@gmail.com>
* testsuite/binutils-all/objcopy.exp (strip-14, strip-15): Choose

View File

@ -34,11 +34,13 @@ proc is_elf_format {} {
&& ![istarget *-*-irix5*]
&& ![istarget *-*-irix6*]
&& ![istarget *-*-linux*]
&& ![istarget *-*-lynxos*]
&& ![istarget *-*-nacl*]
&& ![istarget *-*-netbsd*]
&& ![istarget *-*-openbsd*]
&& ![istarget *-*-rtems*]
&& ![istarget *-*-solaris2*]
&& ![istarget *-*-symbianelf*]
&& ![istarget *-*-sysv4*]
&& ![istarget *-*-unixware*]
&& ![istarget *-*-wasm32*]