diff options
author | Alan Hayward <alan.hayward@arm.com> | 2019-08-08 09:01:12 +0100 |
---|---|---|
committer | Alan Hayward <alan.hayward@arm.com> | 2019-08-09 10:32:24 +0100 |
commit | 1ba7cdcd931ddf672e4a8a6483593f9b94e55965 (patch) | |
tree | 7025f4fd9504d42110cf06a91e703a91c84b5bde /gdb | |
parent | 2b2ed2452c0bd2437ff65e71356bece225f0be46 (diff) | |
download | gdb-1ba7cdcd931ddf672e4a8a6483593f9b94e55965.zip gdb-1ba7cdcd931ddf672e4a8a6483593f9b94e55965.tar.gz gdb-1ba7cdcd931ddf672e4a8a6483593f9b94e55965.tar.bz2 |
doc: fix PAC typo
gdb/doc/ChangeLog:
* gdb.texinfo (AArch64 Pointer Authentication): Fix typo.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 702bb7c..5b55e05 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2019-08-09 Alan Hayward <alan.hayward@arm.com> + + * gdb.texinfo (AArch64 Pointer Authentication): Fix typo. + 2019-08-07 Alan Hayward <alan.hayward@arm.com> * gdb.texinfo (AArch64 Pointer Authentication): New subsection. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 7f8c0af..c8ca757 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -24395,7 +24395,7 @@ target process. When @value{GDBN} is debugging the AArch64 architecture, and the program is using the v8.3-A feature Pointer Authentication (PAC), then whenever the link -register @code{$lr} is pointing to an PAC function it's value will be masked. +register @code{$lr} is pointing to an PAC function its value will be masked. When GDB prints a backtrace, any addresses that required unmasking will be postfixed with the marker [PAC]. |