RE: [PATCH 3/6] aarch64: Fix noexecstack note in libitm

2020-07-08 Thread Kyrylo Tkachov
> -Original Message- > From: Szabolcs Nagy > Sent: 08 July 2020 17:27 > To: gcc-patches@gcc.gnu.org > Cc: Richard Earnshaw ; Kyrylo Tkachov > > Subject: [PATCH 3/6] aarch64: Fix noexecstack note in libitm > > sjlj.S only had the note on Linux, but it

[PATCH 3/6] aarch64: Fix noexecstack note in libitm

2020-07-08 Thread Szabolcs Nagy
sjlj.S only had the note on Linux, but it is supposed to have it on FreeBSD too. libitm/ChangeLog: 2020-07-08 Szabolcs Nagy * config/aarch64/sjlj.S: Add stack note if __FreeBSD__ is defined. --- Note: this is a minor change to make the asm consistent with gcc code generation (which e