diff options
author | Nick Clifton <nickc@redhat.com> | 2006-03-03 15:57:43 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-03-03 15:57:43 +0000 |
commit | c7d41dc5a0b485f667749ea4f2285397b85273cf (patch) | |
tree | 523ade31a72ecef19155f7c6b039c66d91cb6c39 /cpu/ChangeLog | |
parent | 4cdc7696f5ce43e61bb7e234ed10b2ad03fca9e8 (diff) | |
download | gdb-c7d41dc5a0b485f667749ea4f2285397b85273cf.zip gdb-c7d41dc5a0b485f667749ea4f2285397b85273cf.tar.gz gdb-c7d41dc5a0b485f667749ea4f2285397b85273cf.tar.bz2 |
Fix parseing functions to return an error message if the parse failed
Diffstat (limited to 'cpu/ChangeLog')
-rw-r--r-- | cpu/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cpu/ChangeLog b/cpu/ChangeLog index 9e30be7..74e89b1 100644 --- a/cpu/ChangeLog +++ b/cpu/ChangeLog @@ -1,3 +1,10 @@ +2006-03-03 Shrirang Khisti <shrirangk@kpitcummins.com) + + * xc16x.opc (parse_hash): Return NULL if the input was parsed or + an error message otherwise. + (parse_dot, parse_pof, parse_pag, parse_sof, parse_seg): Likewise. + Fix up comments to correctly describe the functions. + 2006-02-24 DJ Delorie <dj@redhat.com> * m32c.cpu (RL_TYPE): New attribute, with macros. |