diff options
| author | Mark Wielaard <[email protected]> | 2012-06-25 17:18:53 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2012-06-27 10:02:59 +0200 |
| commit | a0172d75311f36adb6db58000474d31f8a9cd553 (patch) | |
| tree | 39bce79b9c203afcb2283f3d0994830999c912c2 /libebl/eblopenbackend.c | |
| parent | b2589ffa7c2bec754952acc8116e03853d65563d (diff) | |
Add low-level support for .debug_macro.
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'libebl/eblopenbackend.c')
| -rw-r--r-- | libebl/eblopenbackend.c | 2 |
1 files changed, 2 insertions, 0 deletions
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", |
