PATCH BFD section load page support

Ian Lance Taylor ian@zembu.com
Thu Jan 13 17:45:00 GMT 2000


   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


More information about the Binutils mailing list