Page MenuHomeFreeBSD

Create crtsavres.o for powerpc builds
ClosedPublic

Authored by jhibbits on Jan 11 2019, 9:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 22, 11:30 PM
Unknown Object (File)
Sat, Mar 21, 9:30 AM
Unknown Object (File)
Wed, Mar 18, 4:22 PM
Unknown Object (File)
Tue, Mar 17, 2:10 PM
Unknown Object (File)
Tue, Mar 17, 10:50 AM
Unknown Object (File)
Mon, Mar 16, 8:51 PM
Unknown Object (File)
Sun, Mar 15, 3:22 AM
Unknown Object (File)
Mon, Mar 9, 10:08 PM
Subscribers

Details

Summary

GCC expects to link in a crtsavres.o on powerpc platforms. On
powerpc64 this is an empty file, but on powerpc and powerpcspe this does contain
some save/restore functions, which may not actually be necessary for newer
modern GCC and clang. This appeases the in-tree gcc, though.

Test Plan

buildworld

Diff Detail

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

Event Timeline

You should remove crtsavres.o from gnu/lib/csu/Makefile

lib/csu/powerpc/crtsavres.S
9–11 ↗(On Diff #52785)

We've been moving to the BSD 1 clause license for crt code as it tends to end up in all binaries. See lib/csu/common/crtbegin.c for an example.

jhibbits added inline comments.
lib/csu/powerpc/crtsavres.S
9–11 ↗(On Diff #52785)

Woops, sorry. Copied the wrong license header. Fixed now.

jhibbits marked an inline comment as done.

Remove crtsavres.o from gnu/lib/csu.

andrew added inline comments.
lib/csu/powerpc64/Makefile
5 ↗(On Diff #52799)

There's an extra space at the end of the line.

This revision is now accepted and ready to land.Jan 12 2019, 8:44 PM
This revision was automatically updated to reflect the committed changes.