https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246322

--- Comment #10 from commit-h...@freebsd.org ---
A commit references this bug:

Author: dim
Date: Thu May 14 19:32:42 UTC 2020
New revision: 361050
URL: https://svnweb.freebsd.org/changeset/base/361050

Log:
  MF11 r361047:

  MFC r360915:

  Use -fno-asynchronous-unwind-tables to compile lib/csu

  Summary:
  In r209294 kib added -fno-asynchronous-unwind-tables to the compile
  flags for the GNU C startup components. This was done to work around a
  BFD ld assertion, "no .eh_frame_hdr table will be created", which is
  produced because of the layout of the startup objects.

  Add the same flag to lib/csu too, for the same reason. And similarly to
  r209294, also add -fno-omit-frame-pointer.

  This is primarily meant to quickly MFC to stable/11, so it can end up in
  the 11.4 release, as a fix for https://bugs.freebsd.org/246322.

  Approved by:  re (gjb)
  PR:           246322
  Differential Revision: https://reviews.freebsd.org/D24797

Changes:
_U  releng/11.4/
  releng/11.4/lib/csu/Makefile.inc

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"

Reply via email to