diff options
author | Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> | 2020-11-16 21:17:25 +0000 |
---|---|---|
committer | Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> | 2020-11-16 21:22:09 +0000 |
commit | 3f4ff0886feae9e725ff7c244dbe8dffdb260708 (patch) | |
tree | f5b99f7ed3b44d2cbbf28ee46b26d1304372268e /gas/doc | |
parent | e64441b14c26a5361e030064cf62c419572fc392 (diff) | |
download | gdb-3f4ff0886feae9e725ff7c244dbe8dffdb260708.zip gdb-3f4ff0886feae9e725ff7c244dbe8dffdb260708.tar.gz gdb-3f4ff0886feae9e725ff7c244dbe8dffdb260708.tar.bz2 |
aarch64: Add +pauth flag for Pointer Authentication feature
New -march option +pauth enables PAuth vel PAC (Pointer Authentication)
feature.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-aarch64.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi index c005286..6031cf3 100644 --- a/gas/doc/c-aarch64.texi +++ b/gas/doc/c-aarch64.texi @@ -230,8 +230,10 @@ automatically cause those extensions to be disabled. @tab Enable Flag Manipulation instructions. @item @code{csre} @tab ARMv8-A @tab No @tab Enable Call Stack Recorder Extension. -@item @code{ls64} @tab ARMv8-6 @tab ARMv8.7-A or later +@item @code{ls64} @tab ARMv8.6-A @tab ARMv8.7-A or later @tab Enable 64 Byte Loads/Stores. +@item @code{pauth} @tab ARMv8-A @tab No + @tab Enable Pointer Authentication. @end multitable @node AArch64 Syntax |