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; +};