diff options
author | Jan Beulich <jbeulich@novell.com> | 2005-12-08 15:21:05 +0000 |
---|---|---|
committer | Jan Beulich <jbeulich@novell.com> | 2005-12-08 15:21:05 +0000 |
commit | 272c92178a38e6a207a4b292301867dcdb294c36 (patch) | |
tree | 79998963f075be08db5efeb85e2baf9b001af097 /opcodes/ChangeLog | |
parent | 0ba079102f920283bc5cd17805c4ea70f01fe378 (diff) | |
download | gdb-272c92178a38e6a207a4b292301867dcdb294c36.zip gdb-272c92178a38e6a207a4b292301867dcdb294c36.tar.gz gdb-272c92178a38e6a207a4b292301867dcdb294c36.tar.bz2 |
opcodes/
2005-12-08 Jan Beulich <jbeulich@novell.com>
* i386-dis.c (MAXLEN): Reduce to architectural limit.
(fetch_data): Check for sufficient buffer size.
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 6b2961e..d4a2b41 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,10 @@ 2005-12-08 Jan Beulich <jbeulich@novell.com> + * i386-dis.c (MAXLEN): Reduce to architectural limit. + (fetch_data): Check for sufficient buffer size. + +2005-12-08 Jan Beulich <jbeulich@novell.com> + * i386-dis.c (OP_ST): Remove prefix in Intel mode. 2005-12-08 Daniel Jacobowitz <dan@codesourcery.com> |