svn commit: r326764 - head/contrib/ofed/librdmacm

Konstantin Belousov kib at FreeBSD.org
Mon Dec 11 11:57:48 UTC 2017


Author: kib
Date: Mon Dec 11 11:57:46 2017
New Revision: 326764
URL: https://svnweb.freebsd.org/changeset/base/326764

Log:
  ofed: Remove duplicated symbols from the version file.
  
  ld.bfd accepts multiple listing of the same symbol in the version script.
  lld is stricter and errors out.  Since arm64 and sometimes amd64 use lld,
  we should correct this cosmetic issue.
  
  Sponsored by:	Mellanox Technologies
  Reviewed by:	hselasky
  Differential revision:	https://reviews.freebsd.org/D13329

Modified:
  head/contrib/ofed/librdmacm/librdmacm.map

Modified: head/contrib/ofed/librdmacm/librdmacm.map
==============================================================================
--- head/contrib/ofed/librdmacm/librdmacm.map	Mon Dec 11 05:21:48 2017	(r326763)
+++ head/contrib/ofed/librdmacm/librdmacm.map	Mon Dec 11 11:57:46 2017	(r326764)
@@ -60,10 +60,6 @@ RDMACM_1.0 {
 		rsetsockopt;
 		rgetsockopt;
 		rfcntl;
-		rpoll;
-		rselect;
-		rdma_get_src_port;
-		rdma_get_dst_port;
 		riomap;
 		riounmap;
 		riowrite;


More information about the svn-src-all mailing list