]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
docs: Clarify -fsanitize=hwaddress target support [PR117960]
authorJakub Jelinek <jakub@redhat.com>
Mon, 9 Dec 2024 13:17:39 +0000 (14:17 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 9 Dec 2024 13:18:41 +0000 (14:18 +0100)
Since GCC 13 -fsanitize=hwaddress is not supported just on AArch64, but also
on x86_64 (but only with -mlam=u48 or -mlam=u57).

2024-12-09  Jakub Jelinek  <jakub@redhat.com>

PR sanitizer/117960
* doc/invoke.texi (fsanitize=hwaddress): Clarify on which targets
it is supported.

gcc/doc/invoke.texi

index daab28908684fd354d483318178fa86a437dd7e0..14afd1934bd229b788aee8dd68fd1dac83875b44 100644 (file)
@@ -17768,8 +17768,10 @@ the available options are shown at startup of the instrumented program.  See
 @url{https://github.com/google/sanitizers/wiki/AddressSanitizerFlags#run-time-flags}
 for a list of supported options.
 The option cannot be combined with @option{-fsanitize=thread} or
-@option{-fsanitize=hwaddress}.  Note that the only target
-@option{-fsanitize=hwaddress} is currently supported on is AArch64.
+@option{-fsanitize=hwaddress}.  Note that the only targets
+@option{-fsanitize=hwaddress} is currently supported on are x86-64
+(only with @code{-mlam=u48} or @code{-mlam=u57} options) and AArch64,
+in both cases only in ABIs with 64-bit pointers.
 
 To get more accurate stack traces, it is possible to use options such as
 @option{-O0}, @option{-O1}, or @option{-Og} (which, for instance, prevent