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] Fix ARM kernel build problem due to stub sizing.


Hi Ian,

    This fixes a problem in which an assert is triggered because
current data size is not up to date.  I can the code to compute the
accurate value instead in Arm_input_section::set_final_data_size.
Becuase we have 3 stub types and hence 3 sub-tables in a stub table,
tracking the size accurately is not very efficient.

-Doug

2010-04-13  Doug Kwan  <dougkwan@google.com>

        * arm.cc (Arm_input_section::set_final_data_size): Compute
        accurate final data size instead of using current data size.

Attachment: patch-stubs.txt
Description: Text document


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