diff options
author | Kai Tietz <kai.tietz@onevision.com> | 2009-06-26 17:23:10 +0000 |
---|---|---|
committer | Kai Tietz <kai.tietz@onevision.com> | 2009-06-26 17:23:10 +0000 |
commit | a626fe20fb90ae2e2e9fc99b44f2aca0608fd423 (patch) | |
tree | 35216f0128f34ca0cb77ea6ce95399fe9d013189 /ld/scripttempl | |
parent | f9806fa5ae3369a1ed8fc1569f3b927e5e2f6949 (diff) | |
download | gdb-a626fe20fb90ae2e2e9fc99b44f2aca0608fd423.zip gdb-a626fe20fb90ae2e2e9fc99b44f2aca0608fd423.tar.gz gdb-a626fe20fb90ae2e2e9fc99b44f2aca0608fd423.tar.bz2 |
2009-06-26 Kai Tietz <kai.tietz@onevision.com>
* scripttempl/pe.sc (.debug_pubtypes): Added section rule.
* scripttempl/pep.sc: Likewise.
Diffstat (limited to 'ld/scripttempl')
-rw-r--r-- | ld/scripttempl/pe.sc | 5 | ||||
-rw-r--r-- | ld/scripttempl/pep.sc | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/ld/scripttempl/pe.sc b/ld/scripttempl/pe.sc index 8561446..fe121e5 100644 --- a/ld/scripttempl/pe.sc +++ b/ld/scripttempl/pe.sc @@ -213,6 +213,11 @@ SECTIONS *(.debug_pubnames) } + .debug_pubtypes ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} + { + *(.debug_pubtypes) + } + /* DWARF 2. */ .debug_info ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} : { diff --git a/ld/scripttempl/pep.sc b/ld/scripttempl/pep.sc index e19026c..95e99ee 100644 --- a/ld/scripttempl/pep.sc +++ b/ld/scripttempl/pep.sc @@ -214,6 +214,11 @@ SECTIONS *(.debug_pubnames) } + .debug_pubtypes ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} + { + *(.debug_pubtypes) + } + /* DWARF 2. */ .debug_info ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} : { |