PATCH [10/10] arm: Alias 'ra_auth_code' to r12 for pacbti.

gas/
2021-06-11  Andrea Corallo  <andrea.corallo@arm.com>

	* config/tc-arm.c (reg_names): Alias 'ra_auth_code' to r12.
This commit is contained in:
Andrea Corallo
2021-06-11 09:53:09 +02:00
parent 5c43020d83
commit 0264bf6fe3

View File

@ -23957,6 +23957,9 @@ static const struct reg_entry reg_names[] =
/* XScale accumulator registers. */
REGNUM(acc,0,XSCALE), REGNUM(ACC,0,XSCALE),
/* Alias 'ra_auth_code' to r12 for pacbti. */
REGDEF(ra_auth_code,12,RN),
};
#undef REGDEF
#undef REGNUM