gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / section14.s
CommitLineData
385e5b90
L
1 .section .init_array
2 .align 4
3 .type init_array, %object
4 .size init_array, 4
5init_array:
6 .dc.a foo
7 .section .preinit_array
8 .align 4
9 .type preinit_array, %object
10 .size preinit_array, 4
11preinit_array:
12 .dc.a foo
13 .section .fini_array
14 .align 4
15 .type fini_array, %object
16 .size fini_array, 4
17fini_array:
18 .dc.a foo
This page took 0.123108 seconds and 4 git commands to generate.