1 #as: --underscore --em=criself --march=v32 2 #objdump: -dr 3 4 # Check expansion of "ba" into dword operands for different segment. 5 6 .*: file format elf32-us-cris 7 8 Disassembly of section \.text: 9 10 00000000 <a-0x2>: 11 0: 7fa2 moveq -1,r10 12 13 00000002 <a>: 14 2: bf0e 0000 0000 ba 2 <a> 15 4: R_CRIS_32_PCREL \.text\.2\+0x8 16 8: 4152 moveq 1,r5 17 \.\.\. 18 Disassembly of section \.text\.2: 19 20 00000000 <b-0x2>: 21 0: 4822 moveq 8,r2 22 23 00000002 <b>: 24 2: 4232 moveq 2,r3 25 4: bf0e 0000 0000 ba 4 <b\+0x2> 26 6: R_CRIS_32_PCREL \.text\+0x8 27 a: 4472 moveq 4,r7 28