Add FreeBSD to the list of environments that needs to handle R_ARM_TARGET2
relocations in unwind data as pc-relative indirect references. MFC after: 1 week
This commit is contained in:
parent
1f6f6cd7e2
commit
fc6840cc02
@ -232,7 +232,7 @@ extern "C" {
|
||||
if (!tmp)
|
||||
return 0;
|
||||
|
||||
#if defined(linux) || defined(__NetBSD__)
|
||||
#if defined(linux) || defined(__NetBSD__) || defined(__FreeBSD__)
|
||||
/* Pc-relative indirect. */
|
||||
tmp += ptr;
|
||||
tmp = *(_Unwind_Word *) tmp;
|
||||
|
Loading…
x
Reference in New Issue
Block a user