Enhance GAS's .section directive so that it can take numeric values for the flags...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / avr / avr-prop-1.d
1 #name: AVR '.avr.prop' test 1
2 #as: -mmcu=avrxmega2 -mlink-relax
3 #objdump: -P avr-prop
4 #source: avr-prop-1.s
5 #target: avr-*-*
6
7 .*: file format elf32-avr
8
9 Contents of `\.avr\.prop' section:
10
11 Version: 1
12 Flags: 0
13
14 0 ORG @ \.text\.1 \+ 0x000020 \(0x000020\)
15 1 ORG\+FILL @ \.text\.1 \+ 0x000044 \(0x000044\)
16 Fill: 0x000005
17 2 ORG @ \.text\.2 \+ 0x000020 \(0x000020\)
18 3 ALIGN @ \.text\.2 \+ 0x000030 \(0x000030\)
19 Align: 0x000004
20 4 ALIGN\+FILL @ \.text\.2 \+ 0x000040 \(0x000040\)
21 Align: 0x000004, Fill: 0x000003
22 5 ORG @ \.text\.2 \+ 0x000200 \(0x000200\)
23 6 ALIGN @ \.text\.2 \+ 0x000210 \(0x000210\)
24 Align: 0x000004
25 7 ALIGN @ \.text\.3 \+ 0x000100 \(0x000100\)
26 Align: 0x000008
27 8 ALIGN @ \.text\.3 \+ 0x000200 \(0x000200\)
28 Align: 0x000008
29
This page took 0.031813 seconds and 4 git commands to generate.