diff options
author | Nick Clifton <nickc@redhat.com> | 2002-04-29 16:50:29 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-04-29 16:50:29 +0000 |
commit | d1b0a5b4a999c7142824e35606ce4a44adf0ccdc (patch) | |
tree | a0240991443f14191fc5e3004f98b515d630205c /sim/z8k/ChangeLog | |
parent | 2dc5091bdf75acb7d0676806ab2224f5582572c9 (diff) | |
download | gdb-d1b0a5b4a999c7142824e35606ce4a44adf0ccdc.zip gdb-d1b0a5b4a999c7142824e35606ce4a44adf0ccdc.tar.gz gdb-d1b0a5b4a999c7142824e35606ce4a44adf0ccdc.tar.bz2 |
Handle CLASS_IGNORE and ARG_NIM4.
Diffstat (limited to 'sim/z8k/ChangeLog')
-rw-r--r-- | sim/z8k/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/z8k/ChangeLog b/sim/z8k/ChangeLog index 64468a1..8036fe3 100644 --- a/sim/z8k/ChangeLog +++ b/sim/z8k/ChangeLog @@ -1,3 +1,10 @@ +2002-04-29 Nick Clifton <nickc@cambridge.redhat.com> + + * writecode.c (lookup_inst): Ignore CLASS_IGNORE. + (info_args): Treat CLASS_IGNORE like CLASS_BIT. + Handle ARG_NIM4. + (info_len_in_words): Handle CLASS_IGNORE and ARG_NIM4. + Tue May 23 21:39:23 2000 Andrew Cagney <cagney@b1.cygnus.com> * configure: Regenerated to track ../common/aclocal.m4 changes. |