From: Andreas Schwab Date: Mon, 19 Jul 2010 12:46:01 +0000 (+0000) Subject: * readelf.c (process_section_headers): Update key to flags. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1d0055ea55d8b329bc0e0231cbd43aea224bb80f;p=binutils-gdb.git * readelf.c (process_section_headers): Update key to flags. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index a9c01283888..18c06c54750 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2010-07-19 Andreas Schwab + + * readelf.c (process_section_headers): Update key to flags. + 2010-07-17 Dave Korn * objcopy.c (copy_usage): Tweak previous typofix. diff --git a/binutils/readelf.c b/binutils/readelf.c index b16fa7a3d46..883c48221e2 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;