summaryrefslogtreecommitdiff
path: root/rld-symbols.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rld-symbols.cpp')
-rw-r--r--rld-symbols.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rld-symbols.cpp b/rld-symbols.cpp
index c35e218..0ea7425 100644
--- a/rld-symbols.cpp
+++ b/rld-symbols.cpp
@@ -250,7 +250,7 @@ namespace rld
out << std::setw (4) << index_
<< ' ' << binding
<< ' ' << type
- << ' ' << std::setw(2) << es.st_shndx
+ << ' ' << std::setw(6) << es.st_shndx
<< " 0x" << std::setw (8) << std::setfill ('0') << std::hex
<< es.st_value
<< std::dec << std::setfill (' ')