aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1998-07-01 23:30:34 +0000
committerNick Clifton <nickc@redhat.com>1998-07-01 23:30:34 +0000
commit9eaac302dc7dcdd6d46e088b911677a951f23cfa (patch)
tree2d75f40ce6f53feb5910eb2d1017df27cfe30bf4 /binutils/readelf.c
parentee61616c43290eb233fec9958923761130dbfc6a (diff)
downloadgdb-9eaac302dc7dcdd6d46e088b911677a951f23cfa.zip
gdb-9eaac302dc7dcdd6d46e088b911677a951f23cfa.tar.gz
gdb-9eaac302dc7dcdd6d46e088b911677a951f23cfa.tar.bz2
Minor formatting improvements.
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 a364d7d..11bf26a 100644
--- a/binutils/readelf.c
+++ b/binutils/readelf.c
@@ -1640,7 +1640,7 @@ process_section_headers (file)
printf (_("\nSection Header%s:\n"), elf_header.e_shnum > 1 ? "s" : "");
printf
- (_(" [Nr] Name Type Addr Off Size ES Flg Lk In Al\n"));
+ (_(" [Nr] Name Type Addr Off Size ES Flg Lk Inf Al\n"));
for (i = 0, section = section_headers;
i < elf_header.e_shnum;