diff options
author | Andi Kleen <ak@linux.intel.com> | 2017-03-21 13:05:19 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-03-21 13:05:19 +0000 |
commit | 4a14e306468af630a27302d68b8d4c59733141b4 (patch) | |
tree | f4ce41f2040e4349dd656f81beaf1f6fd66612db /binutils/NEWS | |
parent | 645d3342ba2b920722991255513030bb903b794e (diff) | |
download | gdb-4a14e306468af630a27302d68b8d4c59733141b4.zip gdb-4a14e306468af630a27302d68b8d4c59733141b4.tar.gz gdb-4a14e306468af630a27302d68b8d4c59733141b4.tar.bz2 |
Add --inlines option to objdump to include scope backtrace of inlined functions when generating source line number information.
* objdump.c (unwind_inlines): Add.
(option_values): Add OPTION_INLINES.
(show_line): Unwind inlines if requested.
(main): Parse OPTION_INLINES.
(usage): Document --inlines.
* doc/binutils.texi: Document --inlines.
* NEWS: Likewise.
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 3d15765..c98908a 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,8 @@ -*- text -*- +* Add --inlines option to objdump, which extends the --line-numbers option + so that inlined functions will display their nesting information. + * Add --merge-notes options to objcopy to reduce the size of notes in a binary file by merging and deleting redundant notes. |