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, Apr 6, 5:55 PM
Unknown Object (File)
Sat, Apr 5, 4:40 AM
Unknown Object (File)
Sat, Mar 29, 6:12 PM
Unknown Object (File)
Wed, Mar 12, 1:18 AM
Unknown Object (File)
Mar 6 2025, 1:54 PM
Unknown Object (File)
Feb 27 2025, 8:14 AM
Unknown Object (File)
Feb 16 2025, 9:51 PM
Unknown Object (File)
Feb 14 2025, 4:04 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.