diff options
author | Kai Tietz <kai.tietz@onevision.com> | 2009-06-27 08:57:08 +0000 |
---|---|---|
committer | Kai Tietz <kai.tietz@onevision.com> | 2009-06-27 08:57:08 +0000 |
commit | 224180050f33e60feca36986cf2c843154b88138 (patch) | |
tree | f0cdfbda14664a080b256e53167ff861f89b8cc6 /ld/scripttempl/pe.sc | |
parent | 2df5f8bde1891bc0ca996efc193543dafa487ba3 (diff) | |
download | gdb-224180050f33e60feca36986cf2c843154b88138.zip gdb-224180050f33e60feca36986cf2c843154b88138.tar.gz gdb-224180050f33e60feca36986cf2c843154b88138.tar.bz2 |
2009-06-27 Kai Tietz <kai.tietz@onevision.com>
* scripttempl/pe.sc (.debug_pubtypes): Fixed syntax error.
* scripttempl/pep.sc (.debug_pubtypes): Likewise.
Diffstat (limited to 'ld/scripttempl/pe.sc')
-rw-r--r-- | ld/scripttempl/pe.sc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/pe.sc b/ld/scripttempl/pe.sc index fe121e5..d49d2a0 100644 --- a/ld/scripttempl/pe.sc +++ b/ld/scripttempl/pe.sc @@ -213,7 +213,7 @@ SECTIONS *(.debug_pubnames) } - .debug_pubtypes ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} + .debug_pubtypes ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} : { *(.debug_pubtypes) } |