aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2020-11-12 13:22:26 +0000
committerNick Clifton <nickc@redhat.com>2020-11-12 13:22:26 +0000
commita3183ad61069e7d6edf46e783bb970d10df125c3 (patch)
tree626ad86d4171b4f5ae457e13258c2ecb6b4e78f4 /gas
parent94cde56ab38348b901bb1f96c64bdd8cfaa578fe (diff)
downloadgdb-a3183ad61069e7d6edf46e783bb970d10df125c3.zip
gdb-a3183ad61069e7d6edf46e783bb970d10df125c3.tar.gz
gdb-a3183ad61069e7d6edf46e783bb970d10df125c3.tar.bz2
Fix up changelog entry of previous delta
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 36258e8..f412f9d 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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>