Fix up changelog entry of previous delta
authorNick Clifton <nickc@redhat.com>
Thu, 12 Nov 2020 13:22:26 +0000 (13:22 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 12 Nov 2020 13:22:26 +0000 (13:22 +0000)
gas/ChangeLog

index 36258e83ddd3a962202012d8fe2c6625f15c6e46..f412f9d27e03a17cde489963a04af31737775ef4 100644 (file)
@@ -1,11 +1,13 @@
 2020-11-12  Nick Clifton  <nickc@redhat.com>
 
        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  <przemyslaw.wirkus@arm.com>