* readelf.c (process_section_headers): Update key to flags.
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 19 Jul 2010 12:46:01 +0000 (12:46 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 19 Jul 2010 12:46:01 +0000 (12:46 +0000)
binutils/ChangeLog
binutils/readelf.c

index a9c01283888195f7ca29e456c60a0fba0e9e8495..18c06c5475045587dab9a9525f1a43b328924bad 100644 (file)
@@ -1,3 +1,7 @@
+2010-07-19  Andreas Schwab  <schwab@redhat.com>
+
+       * readelf.c (process_section_headers): Update key to flags.
+
 2010-07-17  Dave Korn  <dave.korn.cygwin@gmail.com>
 
        * objcopy.c (copy_usage): Tweak previous typofix.
index b16fa7a3d4690d922994ff5f537680179b084dad..883c48221e279e6709be22c927ee0a2cf761fd73 100644 (file)
@@ -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;