search for: 1101c

Displaying 2 results from an estimated 2 matches for "1101c".

Did you mean: 1101
2017 Sep 18
1
Do I need to modify the AddrLoc of LLD for ARC target?
...; _start: > 11008: 00 f0 00 80 beq.w #0 <_start+0x4> > 1100c: 00 f0 00 b8 b.w #0 <_start+0x8> > 11010: 00 f0 00 f8 bl #0 > 11014: 00 f0 00 f8 bl #0 > 11018: c0 f2 00 00 movt r0, #0 > 1101c: 40 f2 00 00 movw r0, #0 > > > $ llvm/build/bin/llvm-objdump -triple=thumbv7a-none-linux-gnueabi -d > arm-thumb-undefined-weak-ld > > arm-thumb-undefined-weak-ld: file format ELF32-arm-little > > Disassembly of section .text: > .text: > 11006:...
2017 Sep 19
1
Do I need to modify the AddrLoc of LLD for ARC target?
...beq.w #0 <_start+0x4> >>> 1100c: 00 f0 00 b8 b.w #0 <_start+0x8> >>> 11010: 00 f0 00 f8 bl #0 >>> 11014: 00 f0 00 f8 bl #0 >>> 11018: c0 f2 00 00 movt r0, #0 >>> 1101c: 40 f2 00 00 movw r0, #0 > > > My question: why LD's relocation is different from LLD? and thanks for your > explanation :) > > >>> >>> >>> $ llvm/build/bin/llvm-objdump -triple=thumbv7a-none-linux-gnueabi -d >>> arm-thumb-undef...