]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/ChangeLog
MIPS/GAS: Correct `mips-*-sysv4*' target emulation configuration
authorMaciej W. Rozycki <macro@mips.com>
Fri, 26 Jan 2018 23:05:05 +0000 (23:05 +0000)
committerMaciej W. Rozycki <macro@mips.com>
Fri, 26 Jan 2018 23:05:05 +0000 (23:05 +0000)
commitc00f0d7a8a680a2496c7e575f1da6505a8a4915a
tree97e123db3777dc0565b341e781dcd40fc3fadf3b
parent0bdd8eac9b4512fb392415da65cc7eb7186a50c5
MIPS/GAS: Correct `mips-*-sysv4*' target emulation configuration

Use `mips-*-sysv4*' rather than `mips-*-sysv4*MP*' to match the system
type for System V Release 4 MIPS targets, removing a GAS target
selection failure:

Assembler messages:
Fatal error: selected target format 'elf32-bigmips' unknown

on any assembly attempt with `mips-sysv4' and equivalent target
configurations.  These would typically be called `mips-sni-sysv4'
(Sinix) vs `mips-dde-sysv4.2MP' (Supermax).

This corrects commit 8614eeee67f9 ("Traditional MIPS patches"),
<https://sourceware.org/ml/binutils/2000-07/msg00018.html>, making GAS
target selection match commit dd745cfae548 ("Traditional MIPS patches"),
<https://sourceware.org/ml/binutils/2000-07/msg00018.html>, and commit
3548145dcbf6 ("Traditional MIPS patches"),
<https://sourceware.org/ml/binutils/2000-07/msg00018.html>, which added
support for these targets to BFD and LD respectively.

gas/
* configure.tgt: Use `mips-*-sysv4*' rather than
`mips-*-sysv4*MP*'.
gas/ChangeLog
gas/configure.tgt