From: Maciej W. Rozycki Date: Fri, 26 Jan 2018 23:05:05 +0000 (+0000) Subject: MIPS/GAS: Correct `mips-*-windiss' target emulation configuration X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1e3f554897a3f52e12fffc1fecbb250f272e71e1;p=binutils-gdb.git MIPS/GAS: Correct `mips-*-windiss' target emulation configuration Fix a commit 0a44bf6950b3 ("mips-vxworks support"), , regression and override the choice of the `vxworks' target environment introduced with commit ea3eed15006f ("Add generic vxworks GAS target."), , for `mips-*-windiss' targets as they have not been converted to the VxWorks target format introduced with the former commit, removing a GAS target format selection failure: Assembler messages: Fatal error: selected target format 'elf32-bigmips-vxworks' unknown on any assembly attempt with `mips-windiss' and equivalent target configurations. gas/ * configure.tgt: Use generic emulation for `mips-*-windiss', overriding the blanket choice made for `*-*-windiss'. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 6558c7cd89e..d69d4e28318 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2018-01-26 Maciej W. Rozycki + + * configure.tgt: Use generic emulation for `mips-*-windiss', + overriding the blanket choice made for `*-*-windiss'. + 2018-01-26 Maciej W. Rozycki * configure.tgt: Use `mips-*-sysv4*' rather than diff --git a/gas/configure.tgt b/gas/configure.tgt index 12bd9b2e2ca..6455fbbb79b 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -351,6 +351,7 @@ case ${generic_target} in mips-*-elf*) fmt=elf ;; mips-*-netbsd*) fmt=elf em=tmips ;; mips-*-openbsd*) fmt=elf em=tmips ;; + mips-*-windiss) fmt=elf ;; mmix-*-*) fmt=elf ;;