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: arm-wince-pe: C++ gas code generation problem


craigv@voxware.com said:
> Disassembly of section .rdata: 

Why are you trying to disassemble a read-only data section as 
instructions?  It is meaningless, as a quick glance at the disassembly 
will show.

Your 'diff' is equally meaningless since in fact it shows no real 
difference at all: the opcode is the same in both.

Try disassembling the .text section if you want the assembly.  Better 
still, try getting the compiler output (use -S) rather than trying to undo 
the output of the assembler.

R.


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