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: bfd is broken


On Fri, Jan 11, 2002 at 11:13:58AM -0800, Geoff Keating wrote:
> That makes sense.  Why do we set SEC_EXCLUDE on this section, if it
> has size 0 anyway and so wouldn't take up any space in the output?

Because bfd ATM is not able to set _cooked_size = 0 (_cooked_size == 0
means use _raw_size). It really needs to be changed soon, but it will mean
changing a lot of code.

	Jakub


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