summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/binutils/readelf.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/binutils/readelf.c')
-rw-r--r--binutils-2.25/binutils/readelf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils-2.25/binutils/readelf.c b/binutils-2.25/binutils/readelf.c
index 0c00b2f9..997b463d 100644
--- a/binutils-2.25/binutils/readelf.c
+++ b/binutils-2.25/binutils/readelf.c
@@ -13120,6 +13120,8 @@ print_mips_ases (unsigned int mask)
fputs ("\n\tDSP ASE", stdout);
if (mask & AFL_ASE_DSPR2)
fputs ("\n\tDSP R2 ASE", stdout);
+ if (mask & AFL_ASE_DSPR6)
+ fputs ("\n\tDSP R6 ASE", stdout);
if (mask & AFL_ASE_EVA)
fputs ("\n\tEnhanced VA Scheme", stdout);
if (mask & AFL_ASE_MCU)