diff options
author | Ben Gamari <ben@well-typed.com> | 2022-07-13 18:15:44 +0000 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2022-07-14 19:49:10 -0400 |
commit | 7334e380eab508ddd7186d6b6aab9c43b53a9096 (patch) | |
tree | ccb1e5d16f2015a4d04fb215b1f232e8c294b02b /libraries | |
parent | a2f00909edefd97370dfe48ab926b9bcc6bf6ad2 (diff) | |
download | haskell-7334e380eab508ddd7186d6b6aab9c43b53a9096.tar.gz |
rts/linker/Elf: Work around GCC 6 init/fini behavior
It appears that GCC 6t (at least on i386) fails to give
init_array/fini_array sections the correct SHT_INIT_ARRAY/SHT_FINI_ARRAY
section types, instead marking them as SHT_PROGBITS. This caused T20494
to fail on Debian.
(cherry picked from commit e950217c2d19267a84f1ba27cf623bd7832ef002)
Diffstat (limited to 'libraries')
0 files changed, 0 insertions, 0 deletions