diff options
author | Nick Clifton <nickc@redhat.com> | 1998-01-28 17:59:52 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-01-28 17:59:52 +0000 |
commit | 397b3a9d72f6b2908574273e7115bbe2e696f39a (patch) | |
tree | 95f968acc3ac3a51aa1bb3a7f4f3f1f3f4f8e351 /opcodes | |
parent | b7e2efe7b43a625cb96d98690f2a6faf5f80ad48 (diff) | |
download | gdb-397b3a9d72f6b2908574273e7115bbe2e696f39a.zip gdb-397b3a9d72f6b2908574273e7115bbe2e696f39a.tar.gz gdb-397b3a9d72f6b2908574273e7115bbe2e696f39a.tar.bz2 |
Report combined alignment and size overflow errors.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 0e732a8..bdaee32 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +Wed Jan 28 09:55:03 1998 Nick Clifton <nickc@cygnus.com> + + * v850-opc.c (insertion routines): If both alignment and size is + wrong then report this. + Tue Jan 27 21:52:59 1998 Jeffrey A Law (law@cygnus.com) * mips-dis.c (_print_insn_mips): Set target_processor as appropriate. |