diff options
author | Paul E. Murphy <murphyp@linux.ibm.com> | 2023-06-22 17:53:46 -0500 |
---|---|---|
committer | Peter Bergner <bergner@linux.ibm.com> | 2023-06-22 17:53:46 -0500 |
commit | b76cd1ec361712e1ac9ca5e0246da24ea2b78916 (patch) | |
tree | fd082170f67f28e2b7175d102075a9315a522fd4 /gcc/tree-vect-patterns.cc | |
parent | 33ebb0dff9bb022f1e0709e0e73faabfc3df7931 (diff) | |
download | gcc-b76cd1ec361712e1ac9ca5e0246da24ea2b78916.zip gcc-b76cd1ec361712e1ac9ca5e0246da24ea2b78916.tar.gz gcc-b76cd1ec361712e1ac9ca5e0246da24ea2b78916.tar.bz2 |
go: Update usage of TARGET_AIX to TARGET_AIX_OS
TARGET_AIX is defined to a non-zero value on linux and maybe other
powerpc64le targets. This leads to unexpected behavior such as
dropping the .go_export section when linking a shared library
on linux/powerpc64le.
Instead, use TARGET_AIX_OS to toggle AIX specific behavior.
Fixes golang/go#60798.
2023-06-22 Paul E. Murphy <murphyp@linux.ibm.com>
gcc/go/
* go-backend.cc [TARGET_AIX]: Rename and update usage to TARGET_AIX_OS.
* go-lang.cc: Likewise.
Diffstat (limited to 'gcc/tree-vect-patterns.cc')
0 files changed, 0 insertions, 0 deletions