Provide the missing fabsl alias to fabs.
authormiod <miod@openbsd.org>
Sat, 2 Mar 2024 12:02:42 +0000 (12:02 +0000)
committermiod <miod@openbsd.org>
Sat, 2 Mar 2024 12:02:42 +0000 (12:02 +0000)
No shlib_version change needed, jumping on the version bump of the mkdtems
addition.

lib/libc/arch/m88k/Symbols.list
lib/libc/arch/m88k/gen/fabs.S

index b1a7204..3faaeef 100644 (file)
@@ -3,6 +3,7 @@ __mcount
 __modsi3
 __udivsi3
 __umodsi3
+fabsl
 frexpl
 ldexpl
 modfl
index 6ba92a9..3e0742d 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: fabs.S,v 1.11 2013/01/11 21:23:24 miod Exp $ */
+/* $OpenBSD: fabs.S,v 1.12 2024/03/02 12:02:42 miod Exp $ */
 /*-
  * Copyright (c) 1996 Nivas Madhur
  * All rights reserved.
@@ -35,6 +35,7 @@
  * Will work only if the argument passed is in IEEE format!
  */
 
+STRONG_ALIAS(fabsl, fabs)
 ENTRY(fabs)
        subu    %r31,%r31,16
        st.d    %r2,%r31,0