process_symbol_table): Fix little alignment problem in printed table header.
authorUlrich Drepper <drepper@redhat.com>
Mon, 20 Jul 1998 14:49:03 +0000 (14:49 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 20 Jul 1998 14:49:03 +0000 (14:49 +0000)
binutils/ChangeLog
binutils/readelf.c

index 82eeac0b795c42f139e403c27826ccc7806998ef..4f0c788c6868281b9c32353ee447357c23bda8ba 100644 (file)
@@ -1,3 +1,8 @@
+1998-07-20 07:45  Ulrich Drepper  <drepper@cygnus.com>
+
+       * readelf.c (process_symbol_table): Fix little alignment problem
+       in printed table header.
+
 1998-07-20 07:14  Ulrich Drepper  <drepper@cygnus.com>
 
        * readelf.c: Correct reading of .dynamic section.
index 34a569c887b5fe87ffea5907868669ce88c2bc6f..f787756c36feacaabd72fb5ae637f0d02e5f1790 100644 (file)
@@ -2860,7 +2860,7 @@ process_symbol_table (file)
          printf (_("\nSymbol table '%s' contains %d entries:\n"),
                  SECTION_NAME (section),
                  section->sh_size / section->sh_entsize);
-         fputs (_("  Num:    Value  Size Type    Bind   Ot Ndx Name\n"),
+         fputs (_("  Num:    Value  Size Type    Bind   Ot Ndx   Name\n"),
                 stdout);
 
          symtab = get_elf_symbols (file, section->sh_offset,