| commit | 9cfd4ed49d84fb0fc8c4c152297a95958514b6cb | [log] [tgz] |
|---|---|---|
| author | Clément Chigot <chigot@adacore.com> | Wed Sep 14 13:12:32 2022 +0200 |
| committer | Clément Chigot <chigot@adacore.com> | Wed Sep 28 16:19:28 2022 +0200 |
| tree | 9ae6f5125df91aa138beb21f3a4a6d8a577665ea | |
| parent | e2bae06cf91bd6d505705432eebc32cb246a690b [diff] |
ld/testsuite: force warnings when dealing with execstack tests Binutils can be configured to avoid printing the execstack or RWD segment warnings. In this case, the first test of PR ld/29072 will fail. Fix that by always manually forcing the warnings for it. ld/ChangeLog: * testsuite/ld-elf/elf.exp (PR ld/29072): Force execstack and RWD segment warnings.