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: Some help is needed...


On Tue, 21 Jan 2003, Fabio Alemagna wrote:
> Pseudocode: reloc.symbol = reloc.symbol.section_number;

Actually, that's wrong... It should have been

     reloc.symbol_number = symbols[reloc.symbol_number].section_number;

Fabio Alemagna


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