aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1998-06-12 21:00:00 +0000
committerMichael Meissner <gnu@the-meissners.org>1998-06-12 21:00:00 +0000
commit1e3d6cc4014c7ebe804974a5a96e2f4c86cdf82a (patch)
tree79b672ac9153e678ebb69fc6063d9ed4a9071ab7 /binutils/readelf.c
parenta09db9ba576c6a25b46e4ee6493f3b7f560bc515 (diff)
downloadgdb-1e3d6cc4014c7ebe804974a5a96e2f4c86cdf82a.zip
gdb-1e3d6cc4014c7ebe804974a5a96e2f4c86cdf82a.tar.gz
gdb-1e3d6cc4014c7ebe804974a5a96e2f4c86cdf82a.tar.bz2
Make sure .gcc_except_table fits in the section header table
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r--binutils/readelf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c
index c345946..7897af6 100644
--- a/binutils/readelf.c
+++ b/binutils/readelf.c
@@ -1431,13 +1431,13 @@ process_section_headers ()
epnt->e_shnum, epnt->e_shoff);
printf (_("\nSection Header%s....\n"), epnt->e_shnum > 1 ? "s" : "");
- printf (_(" [Nr] Name Type Addr Off Size ES Flg Lk In Al\n"));
+ printf (_(" [Nr] Name Type Addr Off Size ES Flg Lk In Al\n"));
for (i = 0; i < epnt->e_shnum; i++)
{
- printf (" [%2d] %-14s", i, SECTION_NAME (spnt));
+ printf (" [%2d] %-17s", i, SECTION_NAME (spnt));
- printf (" %-18s ",get_section_type_name (spnt->sh_type));
+ printf (" %-15s ",get_section_type_name (spnt->sh_type));
printf ( "%8.8lx %6.6lx %6.6lx %2.2lx",
spnt->sh_addr,
spnt->sh_offset,