From: Nick Clifton Date: Thu, 21 Feb 2002 22:39:19 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=25345be504dfab51935298364dc764b43c99e7d5;p=binutils-gdb.git Fix typo. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index bbf720bb002..548b94bfa97 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2002-02-21 Nick Clifton + + * readelf.c (dump_relocations): Fix typo. + 2002-02-20 Nick Clifton * NEWS: Mark 2.12 branch. diff --git a/binutils/readelf.c b/binutils/readelf.c index 3762f41670c..1f96f1069f5 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -945,7 +945,7 @@ dump_relocations (file, rel_offset, rel_size, symtab, nsyms, strtab, is_rela) _bfd_int64_low (info)); #else printf (do_wide - ? "%16.16lx %16.16lx ", + ? "%16.16lx %16.16lx " : "%12.12lx %12.12lx ", offset, info); #endif