Searched hist:"5 d031e332fb8a7cb0b3ccd7545048132966a45ec" (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/csu/powerpc/ |
H A D | crtsavres.S | 5d031e332fb8a7cb0b3ccd7545048132966a45ec Sat Jan 12 22:29:54 CET 2019 Justin Hibbits <jhibbits@FreeBSD.org> Create crtsavres.o for powerpc builds
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, and is needed in order to switch to the BSD CRTRBEGIN.
PR: 233751 Reviewed By: andrew Differential Revision: https://reviews.freebsd.org/D18826
|
H A D | Makefile | diff 5d031e332fb8a7cb0b3ccd7545048132966a45ec Sat Jan 12 22:29:54 CET 2019 Justin Hibbits <jhibbits@FreeBSD.org> Create crtsavres.o for powerpc builds
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, and is needed in order to switch to the BSD CRTRBEGIN.
PR: 233751 Reviewed By: andrew Differential Revision: https://reviews.freebsd.org/D18826
|
/freebsd/lib/csu/powerpc64/ |
H A D | Makefile | diff 5d031e332fb8a7cb0b3ccd7545048132966a45ec Sat Jan 12 22:29:54 CET 2019 Justin Hibbits <jhibbits@FreeBSD.org> Create crtsavres.o for powerpc builds
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, and is needed in order to switch to the BSD CRTRBEGIN.
PR: 233751 Reviewed By: andrew Differential Revision: https://reviews.freebsd.org/D18826
|