X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=elfcpp%2Fmips.h;h=be6e1cf30bc99a65625aa0bc4f6234de8181c65a;hb=bb1183e25ae74ba21500fb4e39bc1ca9822e3086;hp=cac8592af81d3d96ea248b6648f5f474892aff52;hpb=219d1afa89d0d53ca93a684cac341f16470f3ca0;p=deliverable%2Fbinutils-gdb.git diff --git a/elfcpp/mips.h b/elfcpp/mips.h index cac8592af8..be6e1cf30b 100644 --- a/elfcpp/mips.h +++ b/elfcpp/mips.h @@ -1,6 +1,6 @@ // mips.h -- ELF definitions specific to EM_MIPS -*- C++ -*- -// Copyright (C) 2012-2018 Free Software Foundation, Inc. +// Copyright (C) 2012-2020 Free Software Foundation, Inc. // Written by Sasa Stankovic // and Aleksandar Simeonov . @@ -235,7 +235,9 @@ enum E_MIPS_MACH_9000 = 0x00990000, E_MIPS_MACH_LS2E = 0x00A00000, E_MIPS_MACH_LS2F = 0x00A10000, - E_MIPS_MACH_LS3A = 0x00A20000, + E_MIPS_MACH_GS464 = 0x00A20000, + E_MIPS_MACH_GS464E = 0x00A30000, + E_MIPS_MACH_GS264E = 0x00A40000, }; // MIPS architecture @@ -308,7 +310,9 @@ enum // MICROMIPS ASE. AFL_ASE_MICROMIPS = 0x00000800, // XPA ASE. - AFL_ASE_XPA = 0x00001000 + AFL_ASE_XPA = 0x00001000, + // Loongson EXT ASE. + AFL_ASE_LOONGSON_EXT = 0x00002000 }; // Values for the isa_ext word of an ABI flags structure.