gdbserver: AArch64: Remove cannot_fetch/store_register
authorAlan Hayward <alan.hayward@arm.com>
Fri, 23 Nov 2018 11:46:34 +0000 (11:46 +0000)
committerAlan Hayward <alan.hayward@arm.com>
Fri, 23 Nov 2018 14:12:46 +0000 (14:12 +0000)
commit5013824590f59374106007d4c9724d5767911d75
treebc7949c8c6328a524905917445c9022935904901
parent6af05e645ab7fbbb4e0b663f50febf052e6d09a0
gdbserver: AArch64: Remove cannot_fetch/store_register

The cannot store/fetch register functions are only used for checking
if a register can be accessed using PEEKUSER/POKEUSER.
The AArch64 port doesn't support this method of access, so remove the
unused functions.

gdb/gdbserver:
* linux-aarch64-low.c (aarch64_cannot_store_register): Remove.
(aarch64_cannot_fetch_register): Likewise.
(struct linux_target_ops): Update references.
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-aarch64-low.c