Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Mar 2016 00:10:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 207712] FreeBSD buildworld fails if option WITHOUT_SYMVER is set
Message-ID:  <bug-207712-8-BNLe9C8M4H@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-207712-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-207712-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207712

--- Comment #2 from commit-hook@freebsd.org ---
A commit references this bug:

Author: emaste
Date: Tue Mar  8 00:09:34 UTC 2016
New revision: 296474
URL: https://svnweb.freebsd.org/changeset/base/296474

Log:
  libc/{i386,amd64}: Do not export .cerror when building WITHOUT_SYMVER

  Further to r240152 (i386) and r240178 (amd64), hide the .cerror symbol
  so that it is not exported if symbol versioning is not in use.  Without
  this change WITHOUT_SYMVER libc contains .text relocations for .cerror,
  as described in LLVM PR 26813 (http://llvm.org/pr26813).

  This is a no-op for the regular build as the symbol version script
  already controls .cerror visibility.

  PR:           207712
  Submitted by: Rafael Esp?ndola
  Reviewed by:  jilles, kib
  Differential Revision:        https://reviews.freebsd.org/D5571

Changes:
  head/lib/libc/amd64/sys/cerror.S
  head/lib/libc/i386/sys/cerror.S

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207712-8-BNLe9C8M4H>