This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH][GOLD] Add a PT_ARM_EXIDX segment for the .ARM.exidx section.


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.

Attachment: patch.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]