Add two more ARM EABI aliases that I missed in the previous libc minor
authorkettenis <kettenis@openbsd.org>
Sun, 14 Jan 2018 21:47:10 +0000 (21:47 +0000)
committerkettenis <kettenis@openbsd.org>
Sun, 14 Jan 2018 21:47:10 +0000 (21:47 +0000)
bump.

"just go  ahead -- crank" deraadt@

lib/libc/arch/arm/Symbols.list
lib/libc/shlib_version

index bd7e8cb..6f0c752 100644 (file)
@@ -68,6 +68,7 @@ __aeabi_uidivmod
 __aeabi_d2f
 __aeabi_d2iz
 __aeabi_d2lz
+__aeabi_d2ulz
 __aeabi_dadd
 __aeabi_ddiv
 __aeabi_dmul
@@ -75,6 +76,7 @@ __aeabi_dsub
 __aeabi_f2d
 __aeabi_f2iz
 __aeabi_f2lz
+__aeabi_f2ulz
 __aeabi_fadd
 __aeabi_fdiv
 __aeabi_fmul
index 06e36d2..636f60a 100644 (file)
@@ -1,4 +1,4 @@
 major=92
-minor=2
+minor=3
 # note: If changes were made to include/thread_private.h or if system
 # calls were added/changed then librthread/shlib_version also be updated.