https://bugs.exim.org/show_bug.cgi?id=2353
Bug ID: 2353
Summary: Correctly detect OpenPOWER 64-bit ELFv2 ABI.
Product: PCRE
Version: 8.42
Hardware: Other
OS: FreeBSD
Status: NEW
Severity: bug
Priority: medium
Component: Code
Assignee: ph10@???
Reporter: git@???
CC: pcre-dev@???
Created attachment 1158
-->
https://bugs.exim.org/attachment.cgi?id=1158&action=edit
Fix detection of OpenPOWER 64-bit ELFv2 ABI.
Although the majority of OpenPOWER ELF V2 ABI use is on Little Endian, it is
fully specified and is used in Big Endian mode as well.
As such, the correct detection of an ELFv2 system is via the _CALL_ELF
preprocessor define, not the endianness.
This fixes JIT crashes on:
Adélie Linux
FreeBSD PowerPC64 ELFv2 variant (an experimental build)
on systems such as the Raptor Computing Systems TALOS II.
--
You are receiving this mail because:
You are on the CC list for the bug.