Allow PROCESSOR_IAMCU for Intel MCU

* config/tc-i386.c (i386_target_format): Allow PROCESSOR_IAMCU
	for Intel MCU.
This commit is contained in:
H.J. Lu 2016-09-08 07:54:16 -07:00
parent a46c43f40a
commit 8d471ec1e7
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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);
}