From 4a14e306468af630a27302d68b8d4c59733141b4 Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Tue, 21 Mar 2017 13:05:19 +0000 Subject: 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. --- binutils/NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'binutils/NEWS') 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. -- cgit v1.1