aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/i386beos.sc
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2019-11-21 17:22:41 +1030
committerAlan Modra <amodra@gmail.com>2019-11-21 19:09:18 +1030
commit5b537ffc55757b05ca2d7dbd1bbe2d59d88c24a4 (patch)
tree19fff230f4870272fd18eff9eb9f571cefe86734 /ld/scripttempl/i386beos.sc
parentb13e475ed21ee0b57c5ce0f3cf8489a4164734e7 (diff)
downloadgdb-5b537ffc55757b05ca2d7dbd1bbe2d59d88c24a4.zip
gdb-5b537ffc55757b05ca2d7dbd1bbe2d59d88c24a4.tar.gz
gdb-5b537ffc55757b05ca2d7dbd1bbe2d59d88c24a4.tar.bz2
PR46, cygwin: FAIL: cdtest with -Ur
See the comment in pe.sc to understand why ld -Ur won't work. PR 46 binutils/ * testsuite/lib/binutils-common.exp (is_pecoff_format): Rewrite with positive logic and add more target triples. ld/ * scripttempl/pe.sc: Comment on ld -Ur fail. Wrap .gcc_exc comment. * scripttempl/pep.sc: Likewise. * testsuite/ld-cdtest/cdtest.exp (test2): xfail for pe.
Diffstat (limited to 'ld/scripttempl/i386beos.sc')
-rw-r--r--ld/scripttempl/i386beos.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/i386beos.sc b/ld/scripttempl/i386beos.sc
index f4ce42c..b45b83f 100644
--- a/ld/scripttempl/i386beos.sc
+++ b/ld/scripttempl/i386beos.sc
@@ -69,7 +69,7 @@ SECTIONS
${CONSTRUCTING+ ___DTOR_LIST__ = .; __DTOR_LIST__ = . ;
LONG (-1); *(.dtors); *(.dtor); LONG (0); }
${RELOCATING+ KEEP (*(SORT_NONE(.fini)))}
- /* ??? Why is .gcc_exc here? */
+ ${RELOCATING+/* ??? Why is .gcc_exc here? */}
${RELOCATING+ *(.gcc_exc)}
${RELOCATING+ etext = .;}
${RELOCATING+ __text_end__ = .;}