From 39c0c12b13fdeb07695def0af19e8ed760bd882b Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Mon, 27 Sep 2021 16:04:31 +0200 Subject: [PATCH] PATCH bfd: Fix linker warning for recently introduced arm attributes 2021-09-27 Andrea Corallo * elf-bfd.h (NUM_KNOWN_OBJ_ATTRIBUTES): Update value to cover 'Tag_BTI_use' and 'Tag_PACRET_use'. --- bfd/elf-bfd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index c247d52c615..c7dedf522da 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -1814,7 +1814,7 @@ struct bfd_elf_section_data #define LEAST_KNOWN_OBJ_ATTRIBUTE 2 /* The maximum number of known object attributes for any target. */ -#define NUM_KNOWN_OBJ_ATTRIBUTES 71 +#define NUM_KNOWN_OBJ_ATTRIBUTES 77 /* The value of an object attribute. The type indicates whether the attribute holds and integer, a string, or both. It can also indicate that there can -- 2.20.1