This is the mail archive of the binutils@sources.redhat.com 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: A typo in elfNN_ia64_choose_gp?


On Mon, Sep 08, 2003 at 05:37:21PM -0700, H. J. Lu wrote:
> > As the result, we can't support as much short data as we should. Do
> > we have to count text sections for min_vma and max_vma? I'd like to
> > change them to min_data_vma and max_data_vma, and use them to pick
> > a better gp.
> > 
> 
> Never mind. The readonly data will be in the text segment.

Certainly falling back to min_data_vma is a good idea for
executables, but min_vma is definitely correct for libraries.


r~


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