diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-12-07 01:07:02 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-12-07 01:07:02 +0000 |
commit | a4168fca93c087d054578859c7b27a2ff6b98c10 (patch) | |
tree | ccd3509aa093f915fa9e1e369e7377dcbd39fcbd /binutils | |
parent | 8dabc9851df691fe77fa066234201088d06e5bcb (diff) | |
download | gdb-a4168fca93c087d054578859c7b27a2ff6b98c10.zip gdb-a4168fca93c087d054578859c7b27a2ff6b98c10.tar.gz gdb-a4168fca93c087d054578859c7b27a2ff6b98c10.tar.bz2 |
* objdump.c (SFILE): Add size field.
(objdump_sprintf): Merge both versions into one. Increase buffer
size as needed to avoid overflow.
(disassemble_bytes): Change buf from 1000 bytes to 50. Change
initialization and use of sfile to match changes to
objdump_sprintf.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 6dc2329..471d0dd 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,12 @@ Sun Dec 6 13:28:09 1998 Ian Lance Taylor <ian@cygnus.com> + * objdump.c (SFILE): Add size field. + (objdump_sprintf): Merge both versions into one. Increase buffer + size as needed to avoid overflow. + (disassemble_bytes): Change buf from 1000 bytes to 50. Change + initialization and use of sfile to match changes to + objdump_sprintf. + * strip.1: Fix typo (-V to -v). From Issei Hirayama <iss@mail.wbs.or.jp>. |