mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user