From a0172d75311f36adb6db58000474d31f8a9cd553 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Mon, 25 Jun 2012 17:18:53 +0200 Subject: Add low-level support for .debug_macro. Signed-off-by: Mark Wielaard --- libebl/ChangeLog | 4 ++++ libebl/eblopenbackend.c | 2 ++ 2 files changed, 6 insertions(+) (limited to 'libebl') diff --git a/libebl/ChangeLog b/libebl/ChangeLog index ac2160de..941ed6f1 100644 --- a/libebl/ChangeLog +++ b/libebl/ChangeLog @@ -1,3 +1,7 @@ +2011-06-26 Mark Wielaard + + * eblopenbackend.c (default_debugscn_p): Add .debug_macro. + 2011-04-26 Mark Wielaard * libebl.h (ebl_object_note_type_name): Add const char *name arg. diff --git a/libebl/eblopenbackend.c b/libebl/eblopenbackend.c index 9789ef37..b39ab2e9 100644 --- a/libebl/eblopenbackend.c +++ b/libebl/eblopenbackend.c @@ -646,6 +646,8 @@ default_debugscn_p (const char *name) ".debug_types", /* GDB DWARF 4 extension */ ".gdb_index", + /* GNU/DWARF 5 extension/proposal */ + ".debug_macro", /* SGI/MIPS DWARF 2 extensions */ ".debug_weaknames", ".debug_funcnames", -- cgit v1.2.3