diff options
author | Nick Clifton <nickc@redhat.com> | 2005-03-21 15:31:37 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-03-21 15:31:37 +0000 |
commit | 3d0636914acceafb2d253bb7eb4548eb97fee21e (patch) | |
tree | 9719f3ff9922156621f4ff0adca4b2767dca0fac | |
parent | 7d5d9f9b31d8079ae2f0ed26fbf8e6d2288bf92d (diff) | |
download | binutils-3d0636914acceafb2d253bb7eb4548eb97fee21e.zip binutils-3d0636914acceafb2d253bb7eb4548eb97fee21e.tar.gz binutils-3d0636914acceafb2d253bb7eb4548eb97fee21e.tar.bz2 |
Fix typo introduced byprevious delta.
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/cgen.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 769bf7b..eca1a0e 100644 --- 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 @@ -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'. */ |