X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=elfcpp%2Farm.h;h=fb5cc25f0695fb62e398c6c9a26b7e2c59e40be0;hb=23031e319207140e76a9c18e308995fe28322b58;hp=c9cb753e3203ae5a2e4cb72c3c1df621bb805068;hpb=fa89cc82f5ca51f3135a9f2043b85b6a16c205eb;p=deliverable%2Fbinutils-gdb.git diff --git a/elfcpp/arm.h b/elfcpp/arm.h index c9cb753e32..fb5cc25f06 100644 --- a/elfcpp/arm.h +++ b/elfcpp/arm.h @@ -1,6 +1,6 @@ // arm.h -- ELF definitions specific to EM_ARM -*- C++ -*- -// Copyright (C) 2009-2015 Free Software Foundation, Inc. +// Copyright (C) 2009-2019 Free Software Foundation, Inc. // Written by Doug Kwan . // This file is part of elfcpp. @@ -248,7 +248,8 @@ enum TAG_CPU_ARCH_V6_M, TAG_CPU_ARCH_V6S_M, TAG_CPU_ARCH_V7E_M, - MAX_TAG_CPU_ARCH = TAG_CPU_ARCH_V7E_M, + TAG_CPU_ARCH_V8, + MAX_TAG_CPU_ARCH = TAG_CPU_ARCH_V8, // Pseudo-architecture to allow objects to be compatible with the subset of // armv4t and armv6-m. This value should never be stored in object files. TAG_CPU_ARCH_V4T_PLUS_V6_M = (MAX_TAG_CPU_ARCH + 1)