Date: Fri, 25 May 2012 11:27:22 +0300 From: Konstantin Belousov <kostikbel@gmail.com> To: Marcel Moolenaar <marcel@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r235929 - in head/lib/libc/powerpc: . gen Message-ID: <20120525082722.GO2358@deviant.kiev.zoral.com.ua> In-Reply-To: <201205242012.q4OKCkv9057985@svn.freebsd.org> References: <201205242012.q4OKCkv9057985@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--qi0WovVLX58BkhBU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 24, 2012 at 08:12:46PM +0000, Marcel Moolenaar wrote: > Author: marcel > Date: Thu May 24 20:12:46 2012 > New Revision: 235929 > URL: http://svn.freebsd.org/changeset/base/235929 >=20 > Log: > Allow building for the PowerPC EABI by providing a dummy __eabi() > function. The purpose of the __eabi() function is to set up the > runtime and is called first thing by main(). The runtime is already > set up for us prior to caling main, so there's nothing to do for > us in the EABI case. >=20 > Added: > head/lib/libc/powerpc/gen/eabi.S (contents, props changed) > Modified: > head/lib/libc/powerpc/Symbol.map > head/lib/libc/powerpc/gen/Makefile.inc >=20 > Modified: head/lib/libc/powerpc/Symbol.map > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/lib/libc/powerpc/Symbol.map Thu May 24 20:00:58 2012 (r235928) > +++ head/lib/libc/powerpc/Symbol.map Thu May 24 20:12:46 2012 (r235929) > @@ -11,6 +11,7 @@ FBSD_1.0 { > /* PSEUDO syscalls */ > _exit; > =20 > + __eabi; > _mcount; > _setjmp; > _longjmp; I think the symbol should have been added to FBSD_1.3 version. --qi0WovVLX58BkhBU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (FreeBSD) iEYEARECAAYFAk+/QmoACgkQC3+MBN1Mb4h3nQCg6YRaxd/1odJrtKt9Go9dAcfs IVcAn3FpClBZEifN+gTvXdadmlMhpCOh =lnbr -----END PGP SIGNATURE----- --qi0WovVLX58BkhBU--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120525082722.GO2358>