Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Feb 2020 20:09:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 242941] [exp-run] avoiding libssp_nonshared.a on amd64
Message-ID:  <bug-242941-7788-vbwd4PR5nP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-242941-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-242941-7788@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=3D242941

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

Author: emaste
Date: Wed Feb  5 20:08:01 UTC 2020
New revision: 357592
URL: https://svnweb.freebsd.org/changeset/base/357592

Log:
  libssp_nonshared: use only on i386 and ppc

  libssp_nonshared.a defines one symbol, __stack_chk_fail_local.  This
  is used only on i386 and powerpc; other archs emit calls directly to
  __stack_chk_fail.  Simplify linking on other archs by omitting it.

  PR:           242941 [exp-run]

Changes:
  head/lib/libc/Makefile
  head/share/mk/src.libnames.mk

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242941-7788-vbwd4PR5nP>