diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-08-10 15:02:41 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-08-10 15:02:41 +0000 |
commit | 9c492adce5bb8cf1422878cfd5e294fabed9b2b9 (patch) | |
tree | 419178ae6de95be417169fccea6560534b0584d8 /opcodes/ChangeLog | |
parent | 5499724a85d9cb03d56bb3aa7ef6519c00cfece8 (diff) | |
download | fsf-binutils-gdb-9c492adce5bb8cf1422878cfd5e294fabed9b2b9.zip fsf-binutils-gdb-9c492adce5bb8cf1422878cfd5e294fabed9b2b9.tar.gz fsf-binutils-gdb-9c492adce5bb8cf1422878cfd5e294fabed9b2b9.tar.bz2 |
From Wally Iimura <iimura@microunity.com>:
* dis-buf.c (buffer_read_memory): Rewrite expression to avoid
overflow at end of address space.
(generic_print_address): Use sprintf_vma.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 9f3cbe6..19349c6 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +1999-08-10 Ian Lance Taylor <ian@zembu.com> + + From Wally Iimura <iimura@microunity.com>: + * dis-buf.c (buffer_read_memory): Rewrite expression to avoid + overflow at end of address space. + (generic_print_address): Use sprintf_vma. + 1999-08-08 Ian Lance Taylor <ian@zembu.com> * Makefile.am: Rename .dep* files to DEP*. Change DEP variable to |