mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
* config/tc-mcore.c (md_assemble): Increase length of name array
to include terminating NUL.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2008-08-22 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* config/tc-mcore.c (md_assemble): Increase length of name array
|
||||||
|
to include terminating NUL.
|
||||||
|
|
||||||
2008-08-22 Jie Zhang <jie.zhang@analog.com>
|
2008-08-22 Jie Zhang <jie.zhang@analog.com>
|
||||||
|
|
||||||
* config/bfin-lex.l (NUMBER): Protect special `.'.
|
* config/bfin-lex.l (NUMBER): Protect special `.'.
|
||||||
|
@ -859,7 +859,7 @@ md_assemble (char * str)
|
|||||||
unsigned off;
|
unsigned off;
|
||||||
unsigned isize;
|
unsigned isize;
|
||||||
expressionS e;
|
expressionS e;
|
||||||
char name[20];
|
char name[21];
|
||||||
|
|
||||||
/* Drop leading whitespace. */
|
/* Drop leading whitespace. */
|
||||||
while (ISSPACE (* str))
|
while (ISSPACE (* str))
|
||||||
|
Reference in New Issue
Block a user