From a4168fca93c087d054578859c7b27a2ff6b98c10 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 7 Dec 1998 01:07:02 +0000 Subject: [PATCH] * 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. --- binutils/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) 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 + * 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 . -- 2.7.4