gas: always emit GNU-stack note
commit0437e97a1bb126cfa1974dad7b5479fa4b407f46
authorÉrico Nogueira <erico.erc@gmail.com>
Sun, 11 Jul 2021 19:12:19 +0000 (11 16:12 -0300)
committerQuentin Carbonneaux <quentin@c9x.me>
Mon, 2 Aug 2021 08:55:10 +0000 (2 10:55 +0200)
treeb5afb3e175585449e6c8eb5083a2a1dad676c096
parent3da3815a674c922c520e013b30eb96c7491a5e85
gas: always emit GNU-stack note

In cases where stash was 0, gasemitfin exits immediately and the
GNU-stack note isn't added to the asm output. This would result in an
executable where GNU_STACK uses flags RWE instead of the desired RW.
gas.c