diff options
author | Frank Ch. Eigler <fche@redhat.com> | 2000-12-28 19:53:54 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@redhat.com> | 2000-12-28 19:53:54 +0000 |
commit | 149fe25ee94d47858761726166e32626278fb97a (patch) | |
tree | c6a29b00ba96cb7d253810fc6b85666e0271c9a9 /opcodes/ChangeLog | |
parent | 799051fc87b3473f72cf37a74e28562dae9d7bd7 (diff) | |
download | gdb-149fe25ee94d47858761726166e32626278fb97a.zip gdb-149fe25ee94d47858761726166e32626278fb97a.tar.gz gdb-149fe25ee94d47858761726166e32626278fb97a.tar.bz2 |
* error msg tweak
2000-12-28 Frank Ch. Eigler <fche@redhat.com>
* cgen-asm.in (parse_insn_normal): Print better error message for
instructions with missing operands.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index cd9239c..4eda874 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2000-12-28 Frank Ch. Eigler <fche@redhat.com> + + * cgen-asm.in (parse_insn_normal): Print better error message for + instructions with missing operands. + 2000-12-21 Santeri Paavolainen <santtu@ssh.com> * cgen-opc.c: Include alloca.h if HAVE_ALLOCA_H is defined. |