From owner-svn-src-head@freebsd.org Mon Dec 11 11:57:48 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 846ADE8F643; Mon, 11 Dec 2017 11:57:48 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 43CEB24CE; Mon, 11 Dec 2017 11:57:48 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBBBvl8w016915; Mon, 11 Dec 2017 11:57:47 GMT (envelope-from kib@FreeBSD.org) Received: (from kib@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBBBvl1q016914; Mon, 11 Dec 2017 11:57:47 GMT (envelope-from kib@FreeBSD.org) Message-Id: <201712111157.vBBBvl1q016914@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kib set sender to kib@FreeBSD.org using -f From: Konstantin Belousov Date: Mon, 11 Dec 2017 11:57:47 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r326764 - head/contrib/ofed/librdmacm X-SVN-Group: head X-SVN-Commit-Author: kib X-SVN-Commit-Paths: head/contrib/ofed/librdmacm X-SVN-Commit-Revision: 326764 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 11:57:48 -0000 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;