mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
2001-11-06 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
* config/tc-mips.c (my_getSmallParser): Fix small parser bug.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2001-11-06 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||||
|
|
||||||
|
* config/tc-mips.c (my_getSmallParser): Fix small parser bug.
|
||||||
|
|
||||||
2001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
|
2001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
|
||||||
|
|
||||||
* config/tc-s390.c (tc_s390_force_relocation): Force all relocations
|
* config/tc-s390.c (tc_s390_force_relocation): Force all relocations
|
||||||
|
@ -9217,7 +9217,7 @@ my_getSmallParser (str, len, nestlevel)
|
|||||||
*str = b;
|
*str = b;
|
||||||
goto percent_op;
|
goto percent_op;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
/* Some other expression in the braces. */
|
/* Some other expression in the braces. */
|
||||||
*len = strcspn (*str, ")") + 1;
|
*len = strcspn (*str, ")") + 1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user