mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
Add support for more MIPS variants to the linker command line.
PR ld/27167 * ldmain.c (get_emulation): Add mipsmips32r3, mips32r5, mips64r3 and mips64r5 to list of known mips targets.
This commit is contained in:
parent
9c70334dee
commit
c0f6e439cc
@ -1,4 +1,10 @@
|
||||
2021-01-11 Nick Clifton <nickc@redhat.com>
|
||||
2021-01-11 Matt Jenkins <matt@majenko.co.uk>
|
||||
|
||||
PR ld/27167
|
||||
* ldmain.c (get_emulation): Add mipsmips32r3, mips32r5, mips64r3
|
||||
and mips64r5 to list of known mips targets.
|
||||
|
||||
2021-01-11 Nick Clifton <nickc@redhat.com>matt@majenko.co.uk
|
||||
|
||||
* po/pt_BR.po: Updated Brazilian Portuguese translation.
|
||||
` * po/uk.po: Updated Ukranian translation.
|
||||
|
@ -700,9 +700,13 @@ get_emulation (int argc, char **argv)
|
||||
|| strcmp (argv[i], "-mips5") == 0
|
||||
|| strcmp (argv[i], "-mips32") == 0
|
||||
|| strcmp (argv[i], "-mips32r2") == 0
|
||||
|| strcmp (argv[i], "-mips32r3") == 0
|
||||
|| strcmp (argv[i], "-mips32r5") == 0
|
||||
|| strcmp (argv[i], "-mips32r6") == 0
|
||||
|| strcmp (argv[i], "-mips64") == 0
|
||||
|| strcmp (argv[i], "-mips64r2") == 0
|
||||
|| strcmp (argv[i], "-mips64r3") == 0
|
||||
|| strcmp (argv[i], "-mips64r5") == 0
|
||||
|| strcmp (argv[i], "-mips64r6") == 0)
|
||||
{
|
||||
/* FIXME: The arguments -mips1, -mips2, -mips3, etc. are
|
||||
|
Loading…
Reference in New Issue
Block a user