aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorAndrea Corallo <andrea.corallo@arm.com>2021-09-27 16:04:31 +0200
committerAndrea Corallo <andrea.corallo@arm.com>2021-10-01 10:12:44 +0200
commit242fe37867ce33d8f8158bc2ee154d1e2e026a49 (patch)
tree5b618a56f4bd00942345acd4790f99b6d988bda8 /bfd
parent46a5b75b37853b30963d7399e18b2124e6d129e2 (diff)
downloadgdb-242fe37867ce33d8f8158bc2ee154d1e2e026a49.zip
gdb-242fe37867ce33d8f8158bc2ee154d1e2e026a49.tar.gz
gdb-242fe37867ce33d8f8158bc2ee154d1e2e026a49.tar.bz2
PATCH bfd: Fix linker warning for recently introduced arm attributes
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'.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/elf-bfd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h
index c247d52..c7dedf5 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