docs/system/gdb.rst: Add some more heading structure
[qemu/ar7.git] / tests / tcg / arm / test-armv6m-undef.ld
blob43dbbf17d57c64808677f98d9206b85dd9dde3c2
1 ENTRY(exc_reset_thumb)
3 SECTIONS
5     . = 0x0;
6     .text : {
7         *(.text)
8     }
9     .data : {
10         *(.data)
11     }
12     .rodata : {
13         *(.rodata)
14     }
15     .bss : {
16         *(.bss)
17     }
18     /DISCARD/ : {
19         *(.ARM.attributes)
20     }