projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cb8bcb
)
2000-08-16 Jason Eckhardt <jle@cygnus.com>
author
Jason Eckhardt
<jle@rice.edu>
Wed, 16 Aug 2000 21:34:45 +0000
(21:34 +0000)
committer
Jason Eckhardt
<jle@rice.edu>
Wed, 16 Aug 2000 21:34:45 +0000
(21:34 +0000)
* config/tc-i860.c (md_operand): Silly typo fixed.
gas/ChangeLog
patch
|
blob
|
history
gas/config/tc-i860.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index f494672e58baf130054bf7a3cf833cfb7fda5d85..51202902d52ad10478a753e33c539b3550919b6b 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-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>
* config/tc-arm.c (struct asm_shift): Delete.
diff --git
a/gas/config/tc-i860.c
b/gas/config/tc-i860.c
index f3b3f91af14ddf9ddeec3ba0036aa120e0819767..2255eeef2ba447346c52e2c60b3589770e62d73a 100644
(file)
--- a/
gas/config/tc-i860.c
+++ b/
gas/config/tc-i860.c
@@
-1125,7
+1125,7
@@
md_operand (exp)
{
char *s;
- for (s = input_line_pointer; s; s++)
+ for (s = input_line_pointer;
*
s; s++)
{
if (s[0] == '+' && s[1] == '+')
{