Don't use vec_disp8 encoding with the .d32 suffix
[deliverable/binutils-gdb.git] / gas / testsuite / gas / avr / pc-relative-reloc.d
1 #name: 32 bit PC relative reloc
2 #as: -mmcu=avr51 -gdwarf-sections -g
3 #objdump: -r
4 #source: per-function-debugline.s
5 #target: avr-*-*
6
7 .*: file format elf32-avr
8
9 RELOCATION RECORDS FOR \[.text.main\]:
10 #...
11
12
13 RELOCATION RECORDS FOR \[.debug_line\]:
14 OFFSET TYPE VALUE
15 00000000 R_AVR_32_PCREL .debug_line_end-0x00000004
16
17
18 RELOCATION RECORDS FOR \[.debug_line.text.main\]:
19 #...
This page took 0.030535 seconds and 4 git commands to generate.