* config/tc-mips.c (ISA_SUPPORTS_MCU_ASE): Also set if microMIPS
authorMaciej W. Rozycki <macro@linux-mips.org>
Wed, 16 Nov 2011 12:29:56 +0000 (12:29 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Wed, 16 Nov 2011 12:29:56 +0000 (12:29 +0000)
mode.

gas/ChangeLog
gas/config/tc-mips.c

index 0a46fe1482a2fb32310cee8ca84d2f633b943cdc..c6be4c076f361dbcd53fa52840c9fcc14136dec7 100644 (file)
@@ -1,3 +1,8 @@
+2011-11-16  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * config/tc-mips.c (ISA_SUPPORTS_MCU_ASE): Also set if microMIPS
+       mode.
+
 2011-11-16  Maciej W. Rozycki  <macro@codesourcery.com>
 
        * config/tc-mips.c (macro_build_jalr): Reverse a negative
index 886bdce18042628a699f20c9868a8b13ea773a36..6d32a5e6757e16bbf17eb41358d19dde27d8c622 100644 (file)
@@ -370,7 +370,8 @@ static int file_ase_mt;
                             || mips_opts.isa == ISA_MIPS64R2)
 
 #define ISA_SUPPORTS_MCU_ASE (mips_opts.isa == ISA_MIPS32R2            \
-                             || mips_opts.isa == ISA_MIPS64R2)
+                             || mips_opts.isa == ISA_MIPS64R2          \
+                             || mips_opts.micromips)
 
 /* The argument of the -march= flag.  The architecture we are assembling.  */
 static int file_mips_arch = CPU_UNKNOWN;
This page took 0.035087 seconds and 4 git commands to generate.