aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorAaron Merey <amerey@redhat.com>2022-09-12 18:57:38 -0400
committerAaron Merey <amerey@redhat.com>2022-09-13 09:29:09 -0400
commite9a241e87b42f902d0408704df6bbcd8bf465a46 (patch)
tree263f88eb0a15437b6bacf5cede948e773221cf72 /binutils/ChangeLog
parent8fa9bc6a030c9a41eb8cf6f0f66043e02005b291 (diff)
downloadgdb-e9a241e87b42f902d0408704df6bbcd8bf465a46.zip
gdb-e9a241e87b42f902d0408704df6bbcd8bf465a46.tar.gz
gdb-e9a241e87b42f902d0408704df6bbcd8bf465a46.tar.bz2
objdump: '-S' should trigger search for separate debuginfo.
Add with_source_code to the command line options that trigger might_need_separate_debug_info and dump_any_debugging. This helps 'objdump -S' download missing files via debuginfod without the need for specifying extra command line options like '-L'.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 3cac235..41a2f9c 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,10 @@
+2022-09-12 Aaron Merey <amerey@redhat.com>
+
+ * objcopy.c (might_need_separate_debug_info): Add with_source_code to
+ the options that cause this function to return true.
+ (main.c): Add with_source_code to the options that enable
+ dump_any_debugging.
+
2022-09-09 Nick Clifton <nickc@redhat.com>
PR 29532