mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-25 00:14:38 +08:00
Revert "Add support for AArch64 trace unit registers."
This reverts commit 75468c93c14e9f14dd9020712538c5303a455876.
This commit is contained in:
@ -1,3 +1,12 @@
|
||||
2013-11-18 Yufeng Zhang <yufeng.zhang@arm.com>
|
||||
|
||||
Revert
|
||||
|
||||
2013-11-15 Yufeng Zhang <yufeng.zhang@arm.com>
|
||||
|
||||
* aarch64.h (aarch64_sys_reg_readonly_p): New declaration.
|
||||
(aarch64_sys_reg_writeonly_p): Ditto.
|
||||
|
||||
2013-11-15 Yufeng Zhang <yufeng.zhang@arm.com>
|
||||
|
||||
* aarch64.h (aarch64_sys_reg_readonly_p): New declaration.
|
||||
|
@ -624,8 +624,6 @@ typedef struct
|
||||
|
||||
extern const aarch64_sys_reg aarch64_sys_regs [];
|
||||
extern bfd_boolean aarch64_sys_reg_deprecated_p (const aarch64_sys_reg *);
|
||||
extern bfd_boolean aarch64_sys_reg_readonly_p (const aarch64_sys_reg *);
|
||||
extern bfd_boolean aarch64_sys_reg_writeonly_p (const aarch64_sys_reg *);
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
Reference in New Issue
Block a user