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]

"Relocation info was lost"


Hi

   I had a difficulty to generate relocatable information in assembler.

   When dumping relocation info., I traced down to the last call site,

   write.c:1927 bfd_map_over_sections(stdoutput, write_contents, (char *0))

   in file write.c. This is the last call to bfd_map_over_sections()
in function write_object_file(). Every relocation record was correctly
stored in the section. However, after the .o file was generated,
the relocation records printed by the `objdump -r' are different
from what I saw in the assembler.

  What did go wrong?

Thanks


-- 
Dr. Xinan Tang                    Member of Technical Staff
EMail: xinant@cognigine.com  	  Cognigine Corp.
Voice: 510.743.4930               6120 Stevenson Boulevard
Fax:   510.743.4910               Fremont, CA  94538


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