Allow PROCESSOR_IAMCU for Intel MCU
* config/tc-i386.c (i386_target_format): Allow PROCESSOR_IAMCU for Intel MCU.
This commit is contained in:
parent
a46c43f40a
commit
8d471ec1e7
@ -1,3 +1,8 @@
|
||||
2016-09-08 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* config/tc-i386.c (i386_target_format): Allow PROCESSOR_IAMCU
|
||||
for Intel MCU.
|
||||
|
||||
2016-09-07 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* config/tc-i386.c (valid_iamcu_cpu_flags): Removed.
|
||||
|
@ -10460,7 +10460,7 @@ i386_target_format (void)
|
||||
cpu_arch_tune_flags = cpu_arch_isa_flags;
|
||||
}
|
||||
}
|
||||
else
|
||||
else if (cpu_arch_isa != PROCESSOR_IAMCU)
|
||||
as_fatal (_("Intel MCU doesn't support `%s' architecture"),
|
||||
cpu_arch_name);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user