projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c43020
)
PATCH [10/10] arm: Alias 'ra_auth_code' to r12 for pacbti.
author
Andrea Corallo
<andrea.corallo@arm.com>
Fri, 11 Jun 2021 07:53:09 +0000
(09:53 +0200)
committer
Andrea Corallo
<andrea.corallo@arm.com>
Mon, 26 Jul 2021 12:18:24 +0000
(14:18 +0200)
gas/
2021-06-11 Andrea Corallo <andrea.corallo@arm.com>
* config/tc-arm.c (reg_names): Alias 'ra_auth_code' to r12.
gas/config/tc-arm.c
patch
|
blob
|
history
diff --git
a/gas/config/tc-arm.c
b/gas/config/tc-arm.c
index 40e9d2e02f235dba100abb0db0e70d0e8d893e69..c9e65582b17a8462b4811c55b381eaf4f661b426 100644
(file)
--- a/
gas/config/tc-arm.c
+++ b/
gas/config/tc-arm.c
@@
-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