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]

Re: [GOLD][PATCH] Remove Output_section::Simple_input_section class.


>> We use off_t for data_size() in Output_data and its sub-classes. ? I
>> changed this to make it consistent. ?I agree that uint32_t is
>> sufficient for ARM and will change this.
>
> Oh yeah. ?That dates back to when I created output.h. ?It should
> probably change at some point.

To what -- section_size_type and section_offset_type? Or, for sized
classes, something that's sized for the target?

There are some types in the incremental link info that probably should
also be changed from off_t. I thought about using section_size_type
and section_offset_type, but stuck with off_t because of the usage in
output.h.

-cary


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