summaryrefslogtreecommitdiff
path: root/libgcc/unwind-pe.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgcc/unwind-pe.h')
-rw-r--r--libgcc/unwind-pe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/unwind-pe.h b/libgcc/unwind-pe.h
index a3361275bc2..a6b4bffa944 100644
--- a/libgcc/unwind-pe.h
+++ b/libgcc/unwind-pe.h
@@ -267,7 +267,7 @@ read_encoded_value_with_base (unsigned char encoding, _Unwind_Ptr base,
into account. */
if ((encoding & DW_EH_PE_pcrel) && (encoding & DW_EH_PE_indirect))
{
- result += gnu_Unwind_Find_got ((_Unwind_Ptr) u);
+ result += _Unwind_gnu_Find_got ((_Unwind_Ptr) u);
result = *(_Unwind_Internal_Ptr *) result;
}
else