initial import from Debian
version: 2.45-4 (UNRELEASED) commit: bf4f75f17a4f370adc9bf9feca09710ce76ecc63
This commit is contained in:
12
debian/patches/mips-hack.diff
vendored
Normal file
12
debian/patches/mips-hack.diff
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
--- a/gas/config/tc-mips.c
|
||||
+++ b/gas/config/tc-mips.c
|
||||
@@ -16762,6 +16762,9 @@ parse_code_option (char * name)
|
||||
else
|
||||
return OPTION_TYPE_BAD;
|
||||
|
||||
+ if (mips_opts.isa == ISA_MIPS1 && mips_opts.fp == 0)
|
||||
+ mips_opts.isa = ISA_MIPS2;
|
||||
+
|
||||
return isa_set ? OPTION_TYPE_ISA : OPTION_TYPE_NORMAL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user