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:
7d5d9f9
)
Fix typo introduced byprevious delta.
author
Nick Clifton
<nickc@redhat.com>
Mon, 21 Mar 2005 15:31:37 +0000
(15:31 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Mon, 21 Mar 2005 15:31:37 +0000
(15:31 +0000)
gas/ChangeLog
patch
|
blob
|
history
gas/cgen.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 769bf7bb8d3bd5f718334c456f943e488a2ad6ed..eca1a0e3b473fcbb1df89a035a5af7d3713dcec8 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,3
+1,8
@@
+2005-03-21 Nick Clifton <nickc@redhat.com>
+
+ * cgen.c (gas_cgen_parse_operand): Fix typo introduced by
+ previous delta.
+
2005-03-21 Alan Modra <amodra@bigpond.net.au>
* configure.tgt: Handle setting of bfd_gas for fmt=multi targets
diff --git
a/gas/cgen.c
b/gas/cgen.c
index ec3f6920cc80f7a8ef9baca9a6e2fe6b596e85d6..8ba237939fb700d8c6721a7d53e0a61b321547c8 100644
(file)
--- a/
gas/cgen.c
+++ b/
gas/cgen.c
@@
-359,7
+359,7
@@
gas_cgen_parse_operand (cd, want, strP, opindex, opinfo, resultP, valueP)
input_line_pointer = hold;
#ifdef TC_CGEN_PARSE_FIX_EXP
- opinfo = TC_CGEN_PARSE_FIX_EXP (opinfo_1, & exp);
+ opinfo
_1
= TC_CGEN_PARSE_FIX_EXP (opinfo_1, & exp);
#endif
/* FIXME: Need to check `want'. */