]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
binutils/testsuite: Also consider `*-*-lynxos*' and `*-*-symbianelf*' ELF
authorMaciej W. Rozycki <macro@mips.com>
Wed, 28 Mar 2018 20:59:01 +0000 (13:59 -0700)
committerMaciej W. Rozycki <macro@mips.com>
Wed, 11 Apr 2018 11:03:49 +0000 (12:03 +0100)
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.

binutils/ChangeLog
binutils/testsuite/lib/binutils-common.exp

index 07356e25014d7d911090ce3b7e99c4c62e5880df..10288517ba194906313148fc37fc632300413473 100644 (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
index 8cd569b48015b169915e72767bfa5ec32cb2c541..325a07cba436b578625f7eeb67d522eb53296189 100644 (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*]