PATCH bfd: Fix linker warning for recently introduced arm attributes
authorAndrea Corallo <andrea.corallo@arm.com>
Mon, 27 Sep 2021 14:04:31 +0000 (16:04 +0200)
committerAndrea Corallo <andrea.corallo@arm.com>
Fri, 1 Oct 2021 08:12:44 +0000 (10:12 +0200)
2021-09-27  Andrea Corallo  <andrea.corallo@arm.com>

* elf-bfd.h (NUM_KNOWN_OBJ_ATTRIBUTES): Update value to cover
'Tag_BTI_use' and 'Tag_PACRET_use'.

bfd/elf-bfd.h

index c247d52c61594c37c3e2e741eaaa587985443616..c7dedf522dacea0d0972bb209964a93d46d07145 100644 (file)
@@ -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