diff options
author | Nick Clifton <nickc@redhat.com> | 2020-10-19 15:27:58 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-10-19 15:27:58 +0100 |
commit | 0f03783c8e9f14d02749081815949493bb28d4e3 (patch) | |
tree | 013d8f81c9a7a9daf9802858b06b1f6b791c0124 /binutils/NEWS | |
parent | 740341b9be657772538f9cf0b563c49798f47b3c (diff) | |
download | gdb-0f03783c8e9f14d02749081815949493bb28d4e3.zip gdb-0f03783c8e9f14d02749081815949493bb28d4e3.tar.gz gdb-0f03783c8e9f14d02749081815949493bb28d4e3.tar.bz2 |
Readelf: Add --lto-syms option to display LTO symbol tables.
* readelf.c (do_lto_syms): New local.
(long_option_values): Add OPTION_LTO_SYMS.
(options): Add --lto-syms.
(usage): Mention the new option.
(parse_args): Parse the new option.
(get_lto_kind): New function.
(get_lto_visibility): New function.
(get_lto_sym_type): New function.
(display_lto_symtab): New function - displays the contents of an
LTo symbol table section.
(process_lto_symbol_tables): New functions. Calls
dipslay_lto_symtab on any LTO symbol table section.
(process_object_file): Call process_lto_symbol_tables.
* doc/binutils.texi: Document the new option.
* NEWS: Mention the new feature.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index c0dc73d..35e4e30 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,8 @@ -*- text -*- +* Readelf can now display the contents of LTO symbol table sections when asked + to do so via the --lto-syms command line option. + * Readelf now accepts the -C command line option to enable the demangling of symbol names. In addition the --demangle=<style>, --no-demangle, --recurse-limit and --no-recurse-limit options are also now availale. |