diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2011-03-04 23:44:01 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2011-03-04 23:44:01 +0000 |
commit | 1715a13cc2716b05ab6715f81c5d1f852675ed20 (patch) | |
tree | 75321a4f5b940b002179db047cf2dc0dfa9f90ed /ld/ChangeLog | |
parent | 51dc551dc20e8447413408430af80e253f5e872f (diff) | |
download | gdb-1715a13cc2716b05ab6715f81c5d1f852675ed20.zip gdb-1715a13cc2716b05ab6715f81c5d1f852675ed20.tar.gz gdb-1715a13cc2716b05ab6715f81c5d1f852675ed20.tar.bz2 |
Report plugin symbols for --verbose=N.
2011-03-04 H.J. Lu <hongjiu.lu@intel.com>
* ld.texinfo: Document --verbose[=NUMBER].
* lexsup.c (ld_options): Update --verbose.
(parse_args): Set report_plugin_symbols.
* plugin.c (report_plugin_symbols): New.
(get_symbols): Report plugin symbols if report_plugin_symbols
is TRUE.
* plugin.h (report_plugin_symbols): New.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 4f5f2c8..bdf4b01 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,16 @@ +2011-03-04 H.J. Lu <hongjiu.lu@intel.com> + + * ld.texinfo: Document --verbose[=NUMBER]. + + * lexsup.c (ld_options): Update --verbose. + (parse_args): Set report_plugin_symbols. + + * plugin.c (report_plugin_symbols): New. + (get_symbols): Report plugin symbols if report_plugin_symbols + is TRUE. + + * plugin.h (report_plugin_symbols): New. + 2011-03-01 H.J. Lu <hongjiu.lu@intel.com> PR ld/12529 |