Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Dec 2017 11:57:47 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r326764 - head/contrib/ofed/librdmacm
Message-ID:  <201712111157.vBBBvl1q016914@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



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