From c8bacf3192ae49e7229e897bb77d6c0d70c5d4af Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Sun, 29 May 2011 17:07:50 -0700 Subject: [PATCH] Use the correct symbol version for _Unwind_GetIPInfo See bug #29. Reported by Matthias Dahl. --- lsb-build/stub_libs/libgcc_s.Version | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lsb-build/stub_libs/libgcc_s.Version b/lsb-build/stub_libs/libgcc_s.Version index 2b4c00d..2c5c3cc 100644 --- a/lsb-build/stub_libs/libgcc_s.Version +++ b/lsb-build/stub_libs/libgcc_s.Version @@ -6,7 +6,6 @@ GCC_3.0 { _Unwind_GetDataRelBase; _Unwind_GetGR; _Unwind_GetIP; - _Unwind_GetIPInfo; _Unwind_GetLanguageSpecificData; _Unwind_GetRegionStart; _Unwind_GetTextRelBase; @@ -21,3 +20,6 @@ GCC_3.3 { _Unwind_GetCFA; _Unwind_Resume_or_Rethrow; }; +GCC_4.2.0 { + _Unwind_GetIPInfo; +};