diff options
author | Aaron Merey <amerey@redhat.com> | 2022-09-12 18:57:38 -0400 |
---|---|---|
committer | Aaron Merey <amerey@redhat.com> | 2022-09-13 09:29:09 -0400 |
commit | e9a241e87b42f902d0408704df6bbcd8bf465a46 (patch) | |
tree | 263f88eb0a15437b6bacf5cede948e773221cf72 /binutils/ChangeLog | |
parent | 8fa9bc6a030c9a41eb8cf6f0f66043e02005b291 (diff) | |
download | binutils-gdb-e9a241e87b42f902d0408704df6bbcd8bf465a46.tar.gz |
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/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 3cac2353e3b..41a2f9cb0c7 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 |