This is the mail archive of the binutils@sourceware.cygnus.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]

Re: PATCH BFD section load page support


   Date: Thu, 13 Jan 2000 20:16:01 -0500
   From: Timothy Wall <twall@tiac.net>

   TI COFF stores the load-time memory page of each section.  These mods
   keep track of it.

The problem with this approach is that you are forcing every BFD to
pay to store information which is only meaningful to TI COFF.  If this
were a general concept, that would be reasonable.  But I don't think
it is.

I think it would be better to store the information in the tdata field
of the coff_section_tdata structure.

Ian

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