This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: PING: patch: Update of pep x86_64 support of ld
- From: Christopher Faylor <cgf-use-the-mailinglist-please at sourceware dot org>
- To: Nick Clifton <nickc at redhat dot com>, binutils at sourceware dot org, Kai Tietz <Kai dot Tietz at onevision dot com>
- Date: Mon, 6 Aug 2007 07:32:08 -0400
- Subject: Re: PING: patch: Update of pep x86_64 support of ld
- References: <OFB5CE4F83.021776BF-ONC125732F.0029510A-C125732F.0029869E@onevision.de>
On Mon, Aug 06, 2007 at 09:33:34AM +0200, Kai Tietz wrote:
>Hi,
>
>I recognized some troubles in the pe+ support for x86_64 mingw target. It
>warns about '@xx' stuff passed by gcc, but this can be silently ignored by
>setting 'pep_enable_stdcall_fixup' to true for now. In near future when I
>fix spec definition of gcc, the related around 'pep_enable_stdcall_fixup'
>can be removed completly for this target (There are no '@xx' for this
>target at all). I updated for this target the autofilter_symbollist_i386
>list, too.
>
>Further I detected that the test-case of ld-pe : direct fails, because the
>shared object detection wasn't merged from pe to pep.
>
>Tested for x86_64-pc-mingw32 and cygwin without new regressions.
>
>ChangeLog for ld
>
>2007-07-24 Kai Tietz <kai.tietz@onevision.com>
>
> * emultempl/pep.em: (pep_enable_stdcall_fixup): Set to value 1.
> gld_xxx_recognized_file: Use pep_bfd_is_dll for detection of
>shared
> objects.
> * pe-dll.c: (autofilter_symbollist_i386): Define set
> for amd64 mingw target.
Looks ok to me. Go ahead and checkin.
cgf