From: nickc Date: Tue, 16 Jan 2001 23:23:23 +0000 (+0000) Subject: oops - fix typo X-Git-Tag: pre-posix-scan~1237 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=33af54180c2ba9369157f36fc0c4d090f7641c90;p=pf3gnuchains%2Fpf3gnuchains4x.git oops - fix typo --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 1dce9af012..fe1cdd3b73 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,14 @@ +2001-01-16 Nick Clifton + + * readelf.c (string_table_length): New variable. + (SECTION_NAME): Catch out of range indices and missing section + pointers. + (process_section_headers): Delete useless local variable + string_table_offset. Set the value of string_table_length + after loading the string table. + (process_mips_specific): Use SECTION_NAME macro. + (process_file): Set string_table_length to 0 when it is freed. + 2001-01-12 Nick Clifton * version.c (print_version): Update copyright date.