This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: powerpc crt1.o


On Wed, Mar 13, 2013 at 12:37 AM, Alan Modra <amodra@gmail.com> wrote:
> .eh_frame info in crt1.o isn't useful and triggers a gold bug:
> http://sourceware.org/bugzilla/show_bug.cgi?id=14675
> This patch stops us generating it for powerpc.
>
> 2013-03-13  Alan Modra  <amodra@gmail.com>
>
>         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
>         Define as empty.
>         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
>         Likewise.

I tested on PowerPC32 and PowerPC64 for base and power7 with no
regressions.  I pushed this patch upstream with the following commit:

commit b0f1246ab45b6d27e2bba64aa8dfe407ac740537
Author: Alan Modra <amodra@gmail.com>
Date:   Thu Mar 28 12:16:28 2013 -0500

    PowerPC: .eh_frame info in crt1.o isn't useful and triggers gold bug 14675.

    The .eh_frame info in crt1.o isn't useful and this patch prevents it from
    being generated on PowerPC.  It triggers the following gold bug:

    http://sourceware.org/bugzilla/show_bug.cgi?id=14675


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]