mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 07:08:01 +08:00
2000-08-16 Jason Eckhardt <jle@cygnus.com>
* config/tc-i860.c (md_operand): Silly typo fixed.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2000-08-16 Jason Eckhardt <jle@cygnus.com>
|
||||||
|
|
||||||
|
* config/tc-i860.c (md_operand): Silly typo fixed.
|
||||||
|
|
||||||
2000-08-16 Nick Clifton <nickc@redhat.com>
|
2000-08-16 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* config/tc-arm.c (struct asm_shift): Delete.
|
* config/tc-arm.c (struct asm_shift): Delete.
|
||||||
|
@ -1125,7 +1125,7 @@ md_operand (exp)
|
|||||||
{
|
{
|
||||||
char *s;
|
char *s;
|
||||||
|
|
||||||
for (s = input_line_pointer; s; s++)
|
for (s = input_line_pointer; *s; s++)
|
||||||
{
|
{
|
||||||
if (s[0] == '+' && s[1] == '+')
|
if (s[0] == '+' && s[1] == '+')
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user