Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Feb 2018 12:24:28 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r329567 - projects/bsd_rdma_4_9_stable_11/contrib/ofed/librdmacm
Message-ID:  <201802191224.w1JCOSId058127@repo.freebsd.org>

index | next in thread | raw e-mail

Author: hselasky
Date: Mon Feb 19 12:24:28 2018
New Revision: 329567
URL: https://svnweb.freebsd.org/changeset/base/329567

Log:
  MFC r326764:
  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:
  projects/bsd_rdma_4_9_stable_11/contrib/ofed/librdmacm/librdmacm.map
Directory Properties:
  projects/bsd_rdma_4_9_stable_11/   (props changed)

Modified: projects/bsd_rdma_4_9_stable_11/contrib/ofed/librdmacm/librdmacm.map
==============================================================================
--- projects/bsd_rdma_4_9_stable_11/contrib/ofed/librdmacm/librdmacm.map	Mon Feb 19 12:23:17 2018	(r329566)
+++ projects/bsd_rdma_4_9_stable_11/contrib/ofed/librdmacm/librdmacm.map	Mon Feb 19 12:24:28 2018	(r329567)
@@ -60,10 +60,6 @@ RDMACM_1.0 {
 		rsetsockopt;
 		rgetsockopt;
 		rfcntl;
-		rpoll;
-		rselect;
-		rdma_get_src_port;
-		rdma_get_dst_port;
 		riomap;
 		riounmap;
 		riowrite;


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802191224.w1JCOSId058127>