This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH][GOLD] Add a PT_ARM_EXIDX segment for the .ARM.exidx section.
- From: =?big5?b?RG91ZyBLd2FuICjD9q62vHcp?= <dougkwan at google dot com>
- To: binutils at sourceware dot org
- Date: Thu, 6 Aug 2009 17:27:38 -0700
- Subject: Re: [PATCH][GOLD] Add a PT_ARM_EXIDX segment for the .ARM.exidx section.
- References: <498552560908032115s3e17428cs31b0df3faa2f43ac@mail.gmail.com>
ping
2009/8/3 Doug Kwan (Ãö®¶¼w) <dougkwan@google.com>:
> Hi,
>
> This patch add a PT_ARM_EXIDX segment in the program header when
> there is a .ARM.exidx of type SHT_ARM_EXIDX unless we want relocatable
> linking or any PHDRS clauses are present in a script. This is done
> in layout.cc mainly for simplity. I am more than happy to move this
> to arm.cc and define a target hook if there is a better approach.
>
> -Doug
>
> 2009-08-03 Doug Kwan <dougkwan@google.com>
>
> * arm.cc: Update comments.
> * layout.cc (Layout::finalize): Add a PT_ARM_EXIDX segment for
> the .ARM.exidx section.
>