gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / ld / testsuite / ld-msp430-elf / upper-input-sections.s
1 .text
2 .balign 2
3 .section .upper.text,"ax",@progbits
4 .global foo
5 .type foo, @function
6 foo:
7 MOV.W #42, R8
8 RETA
9 .size foo, .-foo
10
11 .balign 2
12 .global main
13 .type main, @function
14 main:
15 CALLA #foo
16 .L4:
17 BRA #.L4
18 .size main, .-main
19 .section .upper.bss,"aw",@nobits
20 .balign 2
21 .global P
22 P:
23 .zero 4
24 .section .upper.data,"aw",@progbits
25 .balign 2
26 .global Q
27 Q:
28 .long 4
29 .section .upper.rodata,"aw",@progbits
30 .balign 2
31 .global R
32 R:
33 .word 8
This page took 0.03033 seconds and 4 git commands to generate.