* scripttempl/elf.sc: Add .debug_pubtypes and .debug_ranges.

This commit is contained in:
Alan Modra 2007-05-03 07:06:13 +00:00
parent 1dd6ea26c9
commit 083a6ddf8c
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-05-03 Alan Modra <amodra@bigpond.net.au>
* scripttempl/elf.sc: Add .debug_pubtypes and .debug_ranges.
2007-05-01 Robert Millan <rmh@aybabtu.com>
* ldlang.c (lang_check): Error on architecture mismatch.

View File

@ -505,6 +505,10 @@ cat <<EOF
.debug_typenames 0 : { *(.debug_typenames) }
.debug_varnames 0 : { *(.debug_varnames) }
/* DWARF 3 */
.debug_pubtypes 0 : { *(.debug_pubtypes) }
.debug_ranges 0 : { *(.debug_ranges) }
${TINY_DATA_SECTION}
${TINY_BSS_SECTION}