diff options
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-i386.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index fed8e3b..a5e014a 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -790,6 +790,8 @@ static const arch_entry cpu_arch[] = CPU_SMAP_FLAGS, 0, 0 }, { STRING_COMMA_LEN (".mpx"), PROCESSOR_UNKNOWN, CPU_MPX_FLAGS, 0, 0 }, + { STRING_COMMA_LEN (".sha"), PROCESSOR_UNKNOWN, + CPU_SHA_FLAGS, 0, 0 }, }; #ifdef I386COFF |