gcc/libitm/config
Szabolcs Nagy 319078dad6 aarch64: Fix BTI support in libitm
sjlj.S did not have the GNU property note markup and the BTI c
instructions that are necessary when it is built with branch
protection.

The notes are only added when libitm is built with branch
protection, because old linkers mishandle the note (merge
them incorrectly or emit warnings), the BTI instructions
are added unconditionally.

2020-07-09  Szabolcs Nagy  <szabolcs.nagy@arm.com>

libitm/ChangeLog:

	* config/aarch64/sjlj.S: Add BTI marking and related definitions,
	and add BTI c to function entries.
2020-07-09 09:50:25 +01:00
..
aarch64 aarch64: Fix BTI support in libitm 2020-07-09 09:50:25 +01:00
alpha Update copyright years. 2020-01-01 12:51:42 +01:00
arm Update copyright years. 2020-01-01 12:51:42 +01:00
generic Update copyright years. 2020-01-01 12:51:42 +01:00
linux Update copyright years. 2020-01-01 12:51:42 +01:00
posix Update copyright years. 2020-01-01 12:51:42 +01:00
powerpc Update copyright years. 2020-01-01 12:51:42 +01:00
s390 Update copyright years. 2020-01-01 12:51:42 +01:00
sh Update copyright years. 2020-01-01 12:51:42 +01:00
sparc Update copyright years. 2020-01-01 12:51:42 +01:00
x86 Update copyright years. 2020-01-01 12:51:42 +01:00