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:
Eric Christopher 2001-11-06 21:39:09 +00:00
parent 3893775531
commit 76b3015fc1
2 changed files with 19 additions and 15 deletions

View file

@ -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>
* config/tc-s390.c (tc_s390_force_relocation): Force all relocations

View file

@ -9217,9 +9217,9 @@ my_getSmallParser (str, len, nestlevel)
*str = b;
goto percent_op;
}
else
/* Some other expression in the braces. */
*len = strcspn (*str, ")") + 1;
/* Some other expression in the braces. */
*len = strcspn (*str, ")") + 1;
}
/* Check for percent_op. */
else if (*str[0] == '%')