This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [gold patch] Fix incremental linking problems with .init_array and .eh_frame sections
- From: Ian Lance Taylor <iant at google dot com>
- To: Cary Coutant <ccoutant at google dot com>
- Cc: Binutils <binutils at sourceware dot org>
- Date: Fri, 16 Sep 2011 18:31:15 -0700
- Subject: Re: [gold patch] Fix incremental linking problems with .init_array and .eh_frame sections
- References: <CAHACq4q5DTnO1aCBSDCLjDf_TF7AB3PVAzCNB65VJ2s1FLjbQA@mail.gmail.com>
Cary Coutant <ccoutant@google.com> writes:
> 2011-09-16 Cary Coutant <ccoutant@google.com>
>
> * incremental.cc (can_incremental_update): New function.
> * incremental.h (can_incremental_update): New function.
> * layout.cc (Layout::init_fixed_output_section): Call it.
> (Layout::make_output_section): Don't allow patch space in .eh_frame.
> * object.cc (Sized_relobj_file::do_layout): Call
> can_incremental_update.
This is OK.
Thanks.
Ian