summaryrefslogtreecommitdiff
path: root/libebl
diff options
context:
space:
mode:
Diffstat (limited to 'libebl')
-rw-r--r--libebl/ChangeLog6
-rw-r--r--libebl/eblopenbackend.c7
2 files changed, 13 insertions, 0 deletions
diff --git a/libebl/ChangeLog b/libebl/ChangeLog
index 66e8aa30..aa82e3a1 100644
--- a/libebl/ChangeLog
+++ b/libebl/ChangeLog
@@ -1,3 +1,9 @@
+2018-04-25 Mark Wielaard <mark@klomp.org>
+
+ * eblopenbackend.c (default_debugscn_p): Add new DWARF5 sections
+ .debug_addr, .debug_line_str, .debug_loclists, .debug_names,
+ .debug_rnglists and .debug_str_offsets.
+
2018-04-19 Andreas Schwab <schwab@suse.de>
* eblopenbackend.c (machines): Add entries for RISC-V.
diff --git a/libebl/eblopenbackend.c b/libebl/eblopenbackend.c
index fcf86f6e..8b063f41 100644
--- a/libebl/eblopenbackend.c
+++ b/libebl/eblopenbackend.c
@@ -640,6 +640,13 @@ default_debugscn_p (const char *name)
".gdb_index",
/* GNU/DWARF 5 extension/proposal */
".debug_macro",
+ /* DWARF 5 */
+ ".debug_addr",
+ ".debug_line_str",
+ ".debug_loclists",
+ ".debug_names",
+ ".debug_rnglists",
+ ".debug_str_offsets",
/* SGI/MIPS DWARF 2 extensions */
".debug_weaknames",
".debug_funcnames",