docs: Fix wording describing the hwaddress sanitizer
authorMatthew Malcomson <matthew.malcomson@arm.com>
Mon, 4 Jan 2021 12:06:27 +0000 (12:06 +0000)
committerMatthew Malcomson <matthew.malcomson@arm.com>
Mon, 4 Jan 2021 12:06:27 +0000 (12:06 +0000)
commit7f2b73175666f678adbf007907c7aa2661284bd3
tree8f5de8844dcb37fb92d761dca471c5fbb0226a90
parent13b80a7d1b9b712651f5ece589634a6e57c26362
docs: Fix wording describing the hwaddress sanitizer

The original documentation added to mention the clash between
-fsanitize=address and -fsanitize=hwaddress used confusing wording trying
to say that -fsanitize=hwaddress is only available on AArch64.

It read as if -fsanitize=address were only supported on AArch64.

This patch fixes that wording by being more explicit.

gcc/ChangeLog:

PR other/98437
* doc/invoke.texi (-fsanitize=address): Fix wording describing
clash with -fsanitize=hwaddress.
gcc/doc/invoke.texi