svn commit: r308379 - head/lib/libgcc_s

Ed Maste emaste at FreeBSD.org
Sun Nov 6 17:21:27 UTC 2016


Author: emaste
Date: Sun Nov  6 17:21:26 2016
New Revision: 308379
URL: https://svnweb.freebsd.org/changeset/base/308379

Log:
  add __divdi3 and __udivdi3 to libgcc_s symbol version map
  
  After r308294 they were missing on i386 (and previously were exported
  only accidentally).
  
  Reported by:	antoine

Modified:
  head/lib/libgcc_s/Version.map

Modified: head/lib/libgcc_s/Version.map
==============================================================================
--- head/lib/libgcc_s/Version.map	Sun Nov  6 17:17:52 2016	(r308378)
+++ head/lib/libgcc_s/Version.map	Sun Nov  6 17:21:26 2016	(r308379)
@@ -15,6 +15,7 @@ global:
 	__deregister_frame;
 	__deregister_frame_info;
 	__deregister_frame_info_bases;
+	__divdi3;
 	__divti3;
 	__ffsdi2;
 	__ffsti2;
@@ -47,6 +48,7 @@ global:
 	__subvdi3;
 	__subvsi3;
 	__ucmpti2;
+	__udivdi3;
 	__udivmodti4;
 	__udivti3;
 	__umodti3;


More information about the svn-src-head mailing list