mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
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:
@ -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>
|
2013-07-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
|
||||||
|
|
||||||
* config/tc-arm.c (s_arm_arch_extension): Improve error message
|
* 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 old_cpu = current_cpu;
|
||||||
unsigned int new_cpu;
|
unsigned int new_cpu;
|
||||||
char *p;
|
|
||||||
|
|
||||||
for (p = cpu_string; *p != 0; p++)
|
|
||||||
*p = TOLOWER (*p);
|
|
||||||
|
|
||||||
if (strcmp (cpu_string, "push") == 0)
|
if (strcmp (cpu_string, "push") == 0)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user