repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
block: introduce preallocate filter
[qemu/ar7.git]
/
tests
/
tcg
/
arm
/
test-armv6m-undef.ld
blob
43dbbf17d57c64808677f98d9206b85dd9dde3c2
1
ENTRY(exc_reset_thumb)
2
3
SECTIONS
4
{
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
}
21
}