git: 014064b33f72 - stable/13 - Revert "Export additional __aeabi_ symbols from arm's libgcc_s"

From: Dimitry Andric <dim_at_FreeBSD.org>
Date: Sat, 04 Jan 2025 18:14:12 UTC
The branch stable/13 has been updated by dim:

URL: https://cgit.FreeBSD.org/src/commit/?id=014064b33f72c4405117eb71e6a06c8b51cc224e

commit 014064b33f72c4405117eb71e6a06c8b51cc224e
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2025-01-04 18:09:37 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2025-01-04 18:13:30 +0000

    Revert "Export additional __aeabi_ symbols from arm's libgcc_s"
    
    This reverts commit caab831338f4eeaa7455e981478be9fd414b7969, because
    some new unresolved issues came up in bug 271087:
    
      Some programs depend on these symbols, when they are compiled for armv6
      or armv7. Closes #1560 (slightly changed due to sorting of the symbols).
    
    PR:             271087
    Reported by:    mmel
    MFC after:      immediately
    
    (cherry picked from commit b662ca1d6cd82044c6cb79075e1830b97594bef3)
---
 lib/libgcc_s/arm/Symbol.map | 27 +--------------------------
 1 file changed, 1 insertion(+), 26 deletions(-)

diff --git a/lib/libgcc_s/arm/Symbol.map b/lib/libgcc_s/arm/Symbol.map
index a426f823de5c..92b54761d810 100644
--- a/lib/libgcc_s/arm/Symbol.map
+++ b/lib/libgcc_s/arm/Symbol.map
@@ -4,33 +4,8 @@
 GCC_3.5 {
 	_Unwind_Complete;
 	_Unwind_VRS_Get;
-	_Unwind_VRS_Pop;
 	_Unwind_VRS_Set;
-	__aeabi_d2h;
-	__aeabi_d2lz;
-	__aeabi_d2ulz;
-	__aeabi_f2h;
-	__aeabi_f2lz;
-	__aeabi_f2ulz;
-	__aeabi_h2f;
-	__aeabi_idiv;
-	__aeabi_idiv0;
-	__aeabi_l2d;
-	__aeabi_l2f;
-	__aeabi_lasr;
-	__aeabi_lcmp;
-	__aeabi_ldivmod;
-	__aeabi_llsl;
-	__aeabi_llsr;
-	__aeabi_lmul;
-	__aeabi_ui2d;
-	__aeabi_ui2f;
-	__aeabi_uidiv;
-	__aeabi_uidivmod;
-	__aeabi_ul2d;
-	__aeabi_ul2f;
-	__aeabi_ulcmp;
-	__aeabi_uldivmod;
+	_Unwind_VRS_Pop;
 	__aeabi_unwind_cpp_pr0;
 	__aeabi_unwind_cpp_pr1;
 	__aeabi_unwind_cpp_pr2;