source: binutils/trunk/ld/testsuite/ld-avr/relax-02.d@ 1973

Last change on this file since 1973 was 1973, checked in by Silvan Scherrer, 8 years ago

binutils: update trunk to version 2.27

File size: 1.5 KB
Line 
1#name: AVR relaxation, symbol at end of section.
2#as: -mmcu=avrxmega2 -mlink-relax
3#ld: -mavrxmega2 --relax
4#source: relax-02.s
5#objdump: -tzd
6#target: avr-*-*
7
8.*: file format elf32-avr
9
10SYMBOL TABLE:
11#...
1200000000 l F \.text 0000000a local_start
130000000a l F \.text 0000000a local_func_1
1400000014 l F \.text 0000000a local_func_2
150000001e l F \.text 0000000a local_func_3
1600000032 l \.text 00000000 local_end_label
1700000028 g \.text 00000000 dest
18#...
1900000014 g F \.text 0000000a func_2
20#...
2100000000 g F \.text 0000000a _start
2200000032 g \.text 00000000 end_label
230000000a g F \.text 0000000a func_1
24#...
250000001e g F \.text 0000000a func_3
26
27
28
29Disassembly of section \.text:
30
3100000000 <_start>:
32 0: 00 00 nop
33 2: 00 00 nop
34 4: 00 00 nop
35 6: 00 00 nop
36 8: 00 00 nop
37
380000000a <func_1>:
39 a: 00 00 nop
40 c: 00 00 nop
41 e: 00 00 nop
42 10: 00 00 nop
43 12: 00 00 nop
44
4500000014 <func_2>:
46 14: 00 00 nop
47 16: 08 c0 rjmp \.\+16 ; 0x28 <dest>
48 18: 07 c0 rjmp \.\+14 ; 0x28 <dest>
49 1a: 06 c0 rjmp \.\+12 ; 0x28 <dest>
50 1c: 00 00 nop
51
520000001e <func_3>:
53 1e: 00 00 nop
54 20: 00 00 nop
55 22: 00 00 nop
56 24: 00 00 nop
57 26: 00 00 nop
58
5900000028 <dest>:
60 28: 00 00 nop
61 2a: 00 00 nop
62 2c: 00 00 nop
63 2e: 00 00 nop
64 30: 00 00 nop
Note: See TracBrowser for help on using the repository browser.