Use V8+ default in 32-bit mode on SPARC64/Linux
commit23987912ddb4207de0714d81237f93f613557d1f
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 31 Jan 2022 08:21:48 +0000 (31 09:21 +0100)
committerEric Botcazou <ebotcazou@adacore.com>
Mon, 31 Jan 2022 08:21:48 +0000 (31 09:21 +0100)
treefddb72bf3c4a7d5cf0881b009eacef9ccc5b3fd0
parent825e5599f356608c3c48f9bcc3febec2d879261e
Use V8+ default in 32-bit mode on SPARC64/Linux

This is what has been done for ages on SPARC/Solaris and makes it possible
to use 64-bit atomic instructions even in 32-bit mode.

gcc/
PR target/104189
* config/sparc/linux64.h (TARGET_DEFAULT): Add MASK_V8PLUS.
gcc/config/sparc/linux64.h