Add support for Andes NDS32:
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cris / rd-pic-2.d
1 #objdump: -dr
2 #as: --underscore --em=criself --pic
3
4 # Check that 16-bit PIC relocs aren't overflowing.
5 # PR gas/1049.
6
7 .*: file format .*-cris
8
9 Disassembly of section \.text:
10 0+ <a>:
11 0: 7f9c 0000 movs\.w 0,r9
12 2: R_CRIS_16_GOT y
13 4: 7f9c 0000 movs\.w 0,r9
14 6: R_CRIS_16_GOTPLT z
15 \.\.\.
16 0+10008 <y>:
17 10008: 0f05 nop
18 0+1000a <z>:
19 \.\.\.
This page took 0.046485 seconds and 4 git commands to generate.