diff options
Diffstat (limited to 'gas/config/tc-loongarch.c')
-rw-r--r-- | gas/config/tc-loongarch.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/config/tc-loongarch.c b/gas/config/tc-loongarch.c index d23506c..439bde1 100644 --- a/gas/config/tc-loongarch.c +++ b/gas/config/tc-loongarch.c @@ -168,6 +168,8 @@ md_parse_option (int c, const char *arg) LARCH_opts.ase_lp64 = 1; LARCH_opts.ase_lsx = 1; LARCH_opts.ase_lasx = 1; + LARCH_opts.ase_lvz = 1; + LARCH_opts.ase_lbt = 1; LARCH_opts.ase_abi = lp64[suf[4]]; } else if (strncasecmp (arg, "ilp32", 5) == 0 && ilp32[suf[5]] != 0) @@ -249,6 +251,8 @@ loongarch_after_parse_args () LARCH_opts.ase_lp64 = 1; LARCH_opts.ase_lsx = 1; LARCH_opts.ase_lasx = 1; + LARCH_opts.ase_lvz = 1; + LARCH_opts.ase_lbt = 1; } else if (strcmp (default_arch, "loongarch32") == 0) { |