aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2010-07-19 12:46:01 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2010-07-19 12:46:01 +0000
commit1d0055ea55d8b329bc0e0231cbd43aea224bb80f (patch)
treea3b85afaf800bb8936c9881e7d9118e3f485b882 /binutils/readelf.c
parentf02253f1909284075016131674ee0875015d0788 (diff)
downloadgdb-1d0055ea55d8b329bc0e0231cbd43aea224bb80f.zip
gdb-1d0055ea55d8b329bc0e0231cbd43aea224bb80f.tar.gz
gdb-1d0055ea55d8b329bc0e0231cbd43aea224bb80f.tar.bz2
* readelf.c (process_section_headers): Update key to flags.
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 b16fa7a..883c482 100644
--- a/binutils/readelf.c
+++ b/binutils/readelf.c
@@ -4818,7 +4818,7 @@ process_section_headers (FILE * file)
if (!do_section_details)
printf (_("Key to Flags:\n\
W (write), A (alloc), X (execute), M (merge), S (strings)\n\
- I (info), L (link order), G (group), x (unknown)\n\
+ I (info), L (link order), G (group), T (TLS), E (exclude), x (unknown)\n\
O (extra OS processing required) o (OS specific), p (processor specific)\n"));
return 1;