[Bug gas/3109] New: GAS assembles incorrect branches using target arm-wince-pe

2006-08-23 Thread boris dot leidner at formenos dot de
I assembled the following code: .text .global _start _start: mov r1, r1 b _start .end $ arm-wince-pe-as armtest.s -o armtest.o $ arm-wince-pe-objdump -d armtest.o armtest.o: file format pe-arm-little Disassembly of section .text: _start: 0: e1a01001

Re: [Bug gas/3109] New: GAS assembles incorrect branches using target arm-wince-pe

2006-08-23 Thread Nick Clifton
Hi Boris, $ arm-wince-pe-objdump -d armtest.o This is insufficient. Please add the -r switch to the objdump command line. _start: 0: e1a01001mov r1, r1 4: ea00b 8 _start+0x8 The -r switch should show you that there is a relocation for