commit | 00a25cf38d56bacae6b82c79cf226c22d12295a5 | [log] [tgz] |
---|---|---|
author | Mark Wielaard <mark@klomp.org> | Tue Nov 17 15:08:05 2020 +0100 |
committer | Mark Wielaard <mark@klomp.org> | Tue Nov 17 15:09:57 2020 +0100 |
tree | 68f5125110ab3069641c0819e7db8eccbdd48ff4 | |
parent | d89111fb0ed471197f83ef380351c86984fe0529 [diff] |
backends: Handle SHT_X86_64_UNWIND as valid relocation target type. The x86_64 abi defines a special section type for .eh_frame[_hdr], SHT_X86_64_UNWIND, which is a valid relocation target type. https://sourceware.org/bugzilla/show_bug.cgi?id=26878 Signed-off-by: Mark Wielaard <mark@klomp.org>