]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/scripttempl/mcorepe.sc
bfd: strip symbols not representable in COFF/PE symbol table
[thirdparty/binutils-gdb.git] / ld / scripttempl / mcorepe.sc
index 1cdbac282cccbcaac99d7b7d9c4f6e31e6febe9a..20fa6f954650dd760b2a448edf252939758ae38b 100644 (file)
@@ -168,7 +168,7 @@ SECTIONS
 
   .stack 0x80000 :
   {
-    _stack = .;
+    PROVIDE(_stack = .);
     *(.stack)
   }
 }