From b81ee92f0349038a4575bf2e1f5321ac63a6ac48 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Mon, 5 Jul 2021 17:14:47 +0200 Subject: PATCH [3/4] arm: Add Tag_BTI_use build attribute bfd/ 2021-07-06 Andrea Corallo * elf32-arm.c (elf32_arm_merge_eabi_attributes): Add 'Tag_BTI_use' case. binutils/ 2021-07-06 Andrea Corallo * readelf.c (arm_attr_tag_PAC_extension): Declare. (arm_attr_public_tags): Add 'PAC_extension' lookup. elfcpp/ 2021-07-06 Andrea Corallo * arm.h: Define 'Tag_BTI_use' enum. gas/ 2021-07-06 Andrea Corallo * config/tc-arm.c (arm_convert_symbolic_attribute): Add 'Tag_BTI_use' to the attribute_table. include/ 2021-07-06 Andrea Corallo * elf/arm.h (elf_arm_reloc_type): Add 'Tag_BTI_use'. --- elfcpp/arm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'elfcpp') diff --git a/elfcpp/arm.h b/elfcpp/arm.h index 42144ce..12ba3fa 100644 --- a/elfcpp/arm.h +++ b/elfcpp/arm.h @@ -308,6 +308,7 @@ enum Tag_MVE_arch = 48, Tag_PAC_extension = 50, Tag_BTI_extension = 52, + Tag_BTI_use = 74, Tag_nodefaults = 64, Tag_also_compatible_with = 65, Tag_T2EE_use = 66, -- cgit v1.1