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:
parent
5c43020d83
commit
0264bf6fe3
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue