2011-04-21 Tristan Gingold <gingold@adacore.com>

* scripttempl/alphavms.sc: Add dwarf2 embedding marks.
This commit is contained in:
Tristan Gingold 2011-04-21 12:22:25 +00:00
parent 9887672fa6
commit 9165b2bff2
2 changed files with 31 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-04-21 Tristan Gingold <gingold@adacore.com>
* scripttempl/alphavms.sc: Add dwarf2 embedding marks.
2011-04-20 Tristan Gingold <gingold@adacore.com>
* emultempl/aix.em (_add_options): Ignore -bbigtoc switch.

View File

@ -42,6 +42,33 @@ SECTIONS
*(LIB\$INITIALIZE$) /* End marker. */
}
\$DWARF\$ ALIGN (${PAGESIZE}) : {
\$dwarf2.debug_pubtypes = .;
*(debug_pubtypes)
\$dwarf2.debug_ranges = .;
*(debug_ranges)
\$dwarf2.debug_abbrev = .;
*(debug_abbrev)
\$dwarf2.debug_aranges = .;
*(debug_aranges)
\$dwarf2.debug_frame = .;
*(debug_frame)
\$dwarf2.debug_info = .;
*(debug_info)
\$dwarf2.debug_line = .;
*(debug_line)
\$dwarf2.debug_loc = .;
*(debug_loc)
\$dwarf2.debug_macinfo = .;
*(debug_macinfo)
\$dwarf2.debug_pubnames = .;
*(debug_pubnames)
\$dwarf2.debug_str = .;
*(debug_str)
\$dwarf2.debug_zzzzzz = .;
}
\$DST\$ 0 : {
*(\$DST\$)
}