From: Andrea Corallo Date: Mon, 27 Sep 2021 14:04:31 +0000 (+0200) Subject: PATCH bfd: Fix linker warning for recently introduced arm attributes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=242fe37867ce33d8f8158bc2ee154d1e2e026a49;p=binutils-gdb.git 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'. --- 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