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:
parent
13355230fb
commit
614eb2779c
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue