process_symbol_table): Fix little alignment problem in printed table header.

This commit is contained in:
Ulrich Drepper 1998-07-20 14:49:03 +00:00
parent 6c4b8d0f36
commit c546f3a091
2 changed files with 6 additions and 1 deletions

View 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.

View 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,