diff options
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/readelf.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index b4672fa..4acd26b 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2017-06-24 Thomas Preud'homme <thomas.preudhomme@arm.com> + + * readelf.c (arm_attr_tag_CPU_arch): Fill value for ARMv8-R. + 2017-06-23 Nick Clifton <nickc@redhat.com> PR binutils/21659 diff --git a/binutils/readelf.c b/binutils/readelf.c index 857cf40..916c6cb 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -13712,7 +13712,7 @@ typedef struct static const char * arm_attr_tag_CPU_arch[] = {"Pre-v4", "v4", "v4T", "v5T", "v5TE", "v5TEJ", "v6", "v6KZ", "v6T2", - "v6K", "v7", "v6-M", "v6S-M", "v7E-M", "v8", "", "v8-M.baseline", + "v6K", "v7", "v6-M", "v6S-M", "v7E-M", "v8", "v8-R", "v8-M.baseline", "v8-M.mainline"}; static const char * arm_attr_tag_ARM_ISA_use[] = {"No", "Yes"}; static const char * arm_attr_tag_THUMB_ISA_use[] = |