This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [AArch64] Binutils/gas/ld port for ARM's new 64-bit architecture, AArch64 [3/6] bfd changes
- From: Yufeng Zhang <Yufeng dot Zhang at arm dot com>
- To: nick clifton <nickc at redhat dot com>
- Cc: "binutils at sourceware dot org" <binutils at sourceware dot org>
- Date: Wed, 01 Aug 2012 10:14:29 +0100
- Subject: Re: [AArch64] Binutils/gas/ld port for ARM's new 64-bit architecture, AArch64 [3/6] bfd changes
- References: <50169862.7000705@arm.com> <50169F27.80604@arm.com> <5017FDE0.5090405@redhat.com>
Hi Nick,
On 07/31/12 16:46, nick clifton wrote:
Hi Yufeng Zhang,
I could not build elf64-aarch.c with the current mainline binutils
sources because the call to _bfd_dwarf2_find_nearest_line is missing a
parameter.
The patch set is based on this revision:
http://sourceware.org/ml/binutils-cvs/2012-07/msg00080.html
The later change in
http://sourceware.org/ml/binutils-cvs/2012-07/msg00089.html
added a new argument to _bfd_dwarf2_find_nearest_line and a few other
functions.
I'll re-base the next updated patch set on the head of the mainline
binutils.
Thanks,
Yufeng