mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
2000-08-05 Kazu Hirata <kazu@hxi.com>
* config/tc-cris.c: Fix formatting. * config/tc-i386.c: Likewise. * config/tc-sparc.c (sparc_ip): Simplify the code.
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2000-08-05 Kazu Hirata <kazu@hxi.com>
|
||||
|
||||
* config/tc-cris.c: Fix formatting.
|
||||
* config/tc-i386.c: Likewise.
|
||||
* config/tc-sparc.c (sparc_ip): Simplify the code.
|
||||
|
||||
2000-08-04 Kazu Hirata <kazu@hxi.com>
|
||||
|
||||
* config/tc-cris.c: Rearrange code for readability.
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1420,10 +1420,12 @@ sparc_ip (str, pinsn)
|
||||
goto error;
|
||||
}
|
||||
kmask |= mask;
|
||||
while (*s == ' ') { ++s; continue; }
|
||||
while (*s == ' ')
|
||||
++s;
|
||||
if (*s == '|' || *s == '+')
|
||||
++s;
|
||||
while (*s == ' ') { ++s; continue; }
|
||||
while (*s == ' ')
|
||||
++s;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user