1 #name: AVR DIFF relocs with link relax
2 #as: -mmcu=avrxmega2 -mlink-relax
3 #source: relax.s
4 #objdump: -r
5 #target: avr-*-*
6 
7 .*:     file format elf32-avr
8 
9 RELOCATION RECORDS FOR \[.text\]:
10 OFFSET   TYPE              VALUE
11 00000000 R_AVR_CALL        .text
12 
13 
14 RELOCATION RECORDS FOR \[.data\]:
15 OFFSET   TYPE              VALUE
16 00000000 R_AVR_DIFF16      .text\+0x00000004
17