diff options
author | Andrea Corallo <andrea.corallo@arm.com> | 2021-09-27 16:04:31 +0200 |
---|---|---|
committer | Andrea Corallo <andrea.corallo@arm.com> | 2021-10-01 10:12:44 +0200 |
commit | 242fe37867ce33d8f8158bc2ee154d1e2e026a49 (patch) | |
tree | 5b618a56f4bd00942345acd4790f99b6d988bda8 /bfd/elf-bfd.h | |
parent | 46a5b75b37853b30963d7399e18b2124e6d129e2 (diff) | |
download | gdb-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/elf-bfd.h')
-rw-r--r-- | bfd/elf-bfd.h | 2 |
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 |