Add support for AArch64 system register names IP0, IP1, FP and LR.
authorMichael Collison <michael.collison@arm.com>
Wed, 7 Jun 2017 12:34:34 +0000 (13:34 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 7 Jun 2017 12:34:34 +0000 (13:34 +0100)
commit62e20ed45e3da5f3ba695e4ee109317668180fe6
tree790ca66538a759d3558094a1a34d960332d13187
parent50d6adef3b8509c4e7e37b4b708e0593d43ed347
Add support for AArch64 system register names IP0, IP1, FP and LR.

* config/tc-aarch64.c (reg_entry_reg_names): Add IP0,
IP1, FP, and LR as register aliases of register 16, 17, 29
and 30 respectively.
* testsuite/gas/aarch64/diagnostic.l: Remove diagnostic
prohibiting register 'lr' which is now an alias.
* testsuite/gas/aarch64/diagnostic.s: Remove instruction
utilizing register 'lr' which is now an alias.
gas/ChangeLog
gas/config/tc-aarch64.c
gas/testsuite/gas/aarch64/diagnostic.l
gas/testsuite/gas/aarch64/diagnostic.s
This page took 0.031976 seconds and 4 git commands to generate.