]> git.ipfire.org Git - thirdparty/gcc.git/commit
Do not enable DT_INIT_ARRAY/DT_FINI_ARRAY on uclinuxfdpiceabi
authorChristophe Lyon <christophe.lyon@foss.st.com>
Tue, 17 Aug 2021 12:59:26 +0000 (12:59 +0000)
committerChristophe Lyon <christophe.lyon@foss.st.com>
Tue, 17 Aug 2021 12:59:26 +0000 (12:59 +0000)
commit9c560cf23996271ee26dfc4a1d8484b85173cd12
treec7ea4c4025547d70e9fef74f9e0c1bce35388b71
parent6bcbf80c6e2bd8a60d88bbcac3d70ffb67f4888f
Do not enable DT_INIT_ARRAY/DT_FINI_ARRAY on uclinuxfdpiceabi

Commit r12-1328 enabled DT_INIT_ARRAY/DT_FINI_ARRAY for all Linux
targets, but this does not work for arm-none-uclinuxfdpiceabi: it
makes all the execution tests fail.

This patch restores the original behavior for uclinuxfdpiceabi.

2021-08-12  Christophe Lyon  <christophe.lyon@foss.st.com>

gcc/
PR target/100896
* config.gcc (gcc_cv_initfini_array): Leave undefined for
uclinuxfdpiceabi targets.
gcc/config.gcc