From b990ad6169a85cc299c28180203134703090428f Mon Sep 17 00:00:00 2001 From: Kai Tietz Date: Sat, 6 Aug 2011 11:21:44 +0000 Subject: 2011-08-06 Kai Tietz * scripttempl/pep.sc: Add .debug_macro section. * scripttempl/pe.sc: Likewise. --- ld/scripttempl/pep.sc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ld/scripttempl/pep.sc') diff --git a/ld/scripttempl/pep.sc b/ld/scripttempl/pep.sc index 583cacb..60515ef 100644 --- a/ld/scripttempl/pep.sc +++ b/ld/scripttempl/pep.sc @@ -298,6 +298,11 @@ SECTIONS *(.debug_varnames) } + .debug_macro ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} : + { + *(.debug_macro) + } + /* DWARF 3. */ .debug_ranges ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} : { -- cgit v1.1