]> git.ipfire.org Git - thirdparty/gcc.git/commit
aarch64: Add selectany attribute handling
authorEvgeny Karpov <Evgeny.Karpov@microsoft.com>
Mon, 24 Jun 2024 12:44:58 +0000 (12:44 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Tue, 25 Jun 2024 06:38:38 +0000 (06:38 +0000)
commit337632ef02a77d20ceb3dcb04751b4d4c844e23e
tree391cf0b14f3aac667cf19f36fc36c87e105f8724
parenta86d7e151104d8c14884130d21b68e6603483354
aarch64: Add selectany attribute handling

This patch extends the aarch64 attributes list with the selectany
attribute for the aarch64-w64-mingw32 target and reuses the mingw
implementation to handle it.

2024-06-08  Evgeny Karpov <Evgeny.Karpov@microsoft.com>

gcc/ChangeLog:
* config/aarch64/aarch64.cc: Extend the aarch64 attributes list.
* config/aarch64/cygming.h (SUBTARGET_ATTRIBUTE_TABLE): Define the
selectany attribute.
gcc/config/aarch64/aarch64.cc
gcc/config/aarch64/cygming.h