]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
ld: correctly handle QNX --lazy-stack without -zstack-size
authorClément Chigot <chigot@adacore.com>
Fri, 6 Oct 2023 11:52:38 +0000 (13:52 +0200)
committerClément Chigot <chigot@adacore.com>
Fri, 13 Oct 2023 14:23:39 +0000 (16:23 +0200)
commit1eba15a501133ec305de6c34d89f401a7afc7998
tree1659ce2b047b659a5040575b0454d11d056c6346
parent318d83e658773d09a0cd62f65aa3bb4bf4474a38
ld: correctly handle QNX --lazy-stack without -zstack-size

The warning was skipped if -zstack-size is not provided.

ld/ChangeLog:

        * emultempl/nto.em: Move --lazy-stack warning before missing
        -zstack-size skip.
ld/emultempl/nto.em