aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-07-20 14:49:03 +0000
committerUlrich Drepper <drepper@redhat.com>1998-07-20 14:49:03 +0000
commitc546f3a0919c6d8594ae6b0486a96139a1e5a0c7 (patch)
tree83b8838c43409629b2b44079af549b613ac95d0b /binutils/readelf.c
parent6c4b8d0f3676fafa3906b2b0c0c3106528c98f2b (diff)
downloadgdb-c546f3a0919c6d8594ae6b0486a96139a1e5a0c7.zip
gdb-c546f3a0919c6d8594ae6b0486a96139a1e5a0c7.tar.gz
gdb-c546f3a0919c6d8594ae6b0486a96139a1e5a0c7.tar.bz2
process_symbol_table): Fix little alignment problem in printed table header.
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r--binutils/readelf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c
index 34a569c..f787756 100644
--- a/binutils/readelf.c
+++ b/binutils/readelf.c
@@ -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,