This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] arm-nacl target support
Hi, Nick. Thanks for looking at my patch!
On Wed, Apr 11, 2012 at 5:38 AM, nick clifton <nickc@redhat.com> wrote:
> I have just started looking at this patch and I have run into a small
> problem:
>
> ?bfd/elf32-arm.c:15665: error: undefined reference to
> 'nacl_modify_segment_map'
>
> This new function does not appear to be in the patch. ?Have I missed
> something ?
It's in bfd/elf-nacl.c, which is already in trunk as it's shared with the
existing x86 nacl backends.
I omitted the generated files from my patch, as I think is the convention.
So you need to run autoconf/automake to pick up the changes that bring
elf-nacl.c into the build for arm backends.
Thanks,
Roland