aboutsummaryrefslogtreecommitdiff
path: root/elfcpp/mips.h
diff options
context:
space:
mode:
Diffstat (limited to 'elfcpp/mips.h')
-rw-r--r--elfcpp/mips.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/elfcpp/mips.h b/elfcpp/mips.h
index cac8592..5a59599 100644
--- a/elfcpp/mips.h
+++ b/elfcpp/mips.h
@@ -308,7 +308,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.