diff options
Diffstat (limited to 'gas/config/tc-arc.c')
-rw-r--r-- | gas/config/tc-arc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/config/tc-arc.c b/gas/config/tc-arc.c index 17e0b9a..169b05c 100644 --- a/gas/config/tc-arc.c +++ b/gas/config/tc-arc.c @@ -897,6 +897,10 @@ arc_option (int ignore ATTRIBUTE_UNUSED) { md_parse_option (OPTION_MCPU, "archs"); } + else if (!strcmp ("NPS400", cpu)) + { + md_parse_option (OPTION_MCPU, "nps400"); + } else as_fatal (_("could not find the architecture")); |