summaryrefslogtreecommitdiff
path: root/ld/scripttempl
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2011-04-21 12:22:25 +0000
committerTristan Gingold <gingold@adacore.com>2011-04-21 12:22:25 +0000
commit5da26fbe490ce4008e8eaadb6204bc6071b0a291 (patch)
tree326df6f29148203b1f6d91cd4b943b2901964285 /ld/scripttempl
parent32b1bce97bdf3ad37938bffd144aeb9452f64636 (diff)
downloadbinutils-redhat-5da26fbe490ce4008e8eaadb6204bc6071b0a291.tar.gz
2011-04-21 Tristan Gingold <gingold@adacore.com>
* scripttempl/alphavms.sc: Add dwarf2 embedding marks.
Diffstat (limited to 'ld/scripttempl')
-rw-r--r--ld/scripttempl/alphavms.sc27
1 files changed, 27 insertions, 0 deletions
diff --git a/ld/scripttempl/alphavms.sc b/ld/scripttempl/alphavms.sc
index 406a601e87..912745f9af 100644
--- a/ld/scripttempl/alphavms.sc
+++ b/ld/scripttempl/alphavms.sc
@@ -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\$)
}