Replace "if (x) free (x)" with "free (x)", gas
[deliverable/binutils-gdb.git] / gas / testsuite / gas / avr / pc-relative-reloc.d
CommitLineData
328e7bfd
DC
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
9RELOCATION RECORDS FOR \[.text.main\]:
10#...
11
12
13RELOCATION RECORDS FOR \[.debug_line\]:
14OFFSET TYPE VALUE
1500000000 R_AVR_32_PCREL .debug_line_end-0x00000004
16
17
18RELOCATION RECORDS FOR \[.debug_line.text.main\]:
19#...
This page took 0.243896 seconds and 4 git commands to generate.