svn commit: r232832 - in head/lib/csu: . amd64 arm common i386-elf mips powerpc powerpc64 sparc64

Konstantin Belousov kostikbel at gmail.com
Tue Mar 13 15:20:48 UTC 2012


On Tue, Mar 13, 2012 at 08:49:07AM -0500, Nathan Whitehorn wrote:
> On 03/11/12 15:04, Konstantin Belousov wrote:
> >Author: kib
> >Date: Sun Mar 11 20:04:09 2012
> >New Revision: 232832
> >URL: http://svn.freebsd.org/changeset/base/232832
> >
> >Log:
> >   Stop calling _init/_fini methods from crt1 for dynamic binaries.  Do
> >   call preinit, init and fini arrays methods from crt1 for static 
> >   binaries.
> >
> >   Mark new crt1 with FreeBSD-specific ELF note.
> >
> >   Move some common crt1 code into new MI file ignore_init.c, to reduce
> >   duplication.  Also, conservatively adjust nearby sources for style.
> >
> >   Reviewed by:	kan
> >   Tested by:	andrew (arm), flo (sparc64)
> >   MFC after:	3 weeks
> >
> 
> This change makes /usr/libexec/cc1 seg fault on init on powerpc64. 
> Dynamically linked (and most statically linked) binaries seem to work, 
> but there is some remaining problem.
I am sorry.

So, can you get a backtrace from the core dump ?
Or give me access to the machine with the failing binary ?

What do you mean by remaining problem ? Is there some additional breakage ?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ppc/attachments/20120313/6be052e9/attachment.pgp


More information about the freebsd-ppc mailing list