From: Nick Clifton Date: Thu, 12 Nov 2020 13:22:26 +0000 (+0000) Subject: Fix up changelog entry of previous delta X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a3183ad61069e7d6edf46e783bb970d10df125c3;p=binutils-gdb.git Fix up changelog entry of previous delta --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 36258e83ddd..f412f9d27e0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,11 +1,13 @@ 2020-11-12 Nick Clifton PR 26850 - * dwarf2dbg.c + * dwarf2dbg.c (dwarf2_gen_line_info_1): Do not record lines in + sections that are not executable or not loadable. + (out_debug_line): Move warning message into dwarf2_gen_line_info_1. * testsuite/gas/elf/dwarf2-20.s: New test. * testsuite/gas/elf/dwarf2-20.d: New test driver. * testsuite/gas/elf/elf.exp: Run the new test. - * testsuite/gas/elf/warn-2.s + * testsuite/gas/elf/warn-2.s: Use the .nop directive. 2020-11-11 Przemyslaw Wirkus