Page MenuHomeFreeBSD

Link efi programs with -pie rather than -shared
ClosedPublic

Authored by arichardson on May 9 2020, 5:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 15, 6:38 PM
Unknown Object (File)
Sat, May 9, 5:16 PM
Unknown Object (File)
Sat, May 9, 2:33 PM
Unknown Object (File)
Sat, May 9, 9:35 AM
Unknown Object (File)
Wed, Apr 29, 11:05 AM
Unknown Object (File)
Wed, Apr 29, 8:01 AM
Unknown Object (File)
Wed, Apr 29, 7:59 AM
Unknown Object (File)
Mon, Apr 27, 6:39 AM

Details

Summary

This was causing build failures in CheriBSD where we were passing -pie
already by default.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Looks like this breaks aarch64, I got a "Synchronous exception" after the loader detects filesystems. Rebuilding after reverting the change fixed it.

In D24787#550414, @greg_unrelenting.technology wrote:

Looks like this breaks aarch64, I got a "Synchronous exception" after the loader detects filesystems. Rebuilding after reverting the change fixed it.

Does this fix it? https://github.com/CTSRD-CHERI/cheribsd/commit/ef7b5749427620d6ee1c9834ea6a264f816e99ea

In D24787#550414, @greg_unrelenting.technology wrote:

Looks like this breaks aarch64, I got a "Synchronous exception" after the loader detects filesystems. Rebuilding after reverting the change fixed it.

Does this fix it? https://github.com/CTSRD-CHERI/cheribsd/commit/ef7b5749427620d6ee1c9834ea6a264f816e99ea

Yes.

This revision was not accepted when it landed; it landed in state Needs Review.Oct 12 2020, 11:27 AM
This revision was automatically updated to reflect the committed changes.