2013-07-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>

* config/tc-s390.c (s390_machine): Don't force the .machine
	argument to lower case.
This commit is contained in:
Andreas Krebbel 2013-07-24 09:02:45 +00:00
parent 13355230fb
commit 614eb2779c
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2013-07-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* config/tc-s390.c (s390_machine): Don't force the .machine
argument to lower case.
2013-07-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/tc-arm.c (s_arm_arch_extension): Improve error message

View File

@ -1847,10 +1847,6 @@ s390_machine (int ignore ATTRIBUTE_UNUSED)
{
unsigned int old_cpu = current_cpu;
unsigned int new_cpu;
char *p;
for (p = cpu_string; *p != 0; p++)
*p = TOLOWER (*p);
if (strcmp (cpu_string, "push") == 0)
{