[LLVMdev] R_ARM_ABS32 disassembly with integrated-as

Greg Fitzgerald garious at gmail.com
Thu Oct 4 16:35:03 PDT 2012


I'm attempting to detect encoding bugs by comparing disassembly when
using GCC's 'as' versus LLVM's integrated assembler.  Generally this
has gone very well, but one thing that adds a lot of noise is that
.word marked as a R_ARM_ABS32 is disassembled as an instruction and
not data.  Please see the attached 'dump.diff' which was generated by
diffing the "objdump -d --all-headers" for each object file.

Is this a bug?  If so, how can I fix it?

Thanks,
Greg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dump.diff
Type: application/octet-stream
Size: 10954 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121004/31109958/attachment.obj>


More information about the llvm-dev mailing list