libgcc: use .init_stack for constructors if available
authorIan Lance Taylor <iant@golang.org>
Fri, 8 Oct 2021 03:22:25 +0000 (20:22 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 8 Oct 2021 03:24:43 +0000 (20:24 -0700)
commitf49e3d28be44179f07b8a06159139ce77096dda7
treeb356bae5bf3ddb81fc9d80d60ec7290c47529d88
parent613196462a62a28de8414b9023ec2be9a29ac3dc
libgcc: use .init_stack for constructors if available

* config/i386/morestack.S: Use .init_array for constructor if
available.
* config/rs6000/morestack.S: Likewise.
* config/s390/morestack.S: Likewise.
libgcc/config/i386/morestack.S
libgcc/config/rs6000/morestack.S
libgcc/config/s390/morestack.S