projects
/
proxmark3-svn
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Our windows perl doesn't like use strict
[proxmark3-svn]
/
armsrc
/
ldscript
1
INCLUDE ../common/ldscript.common
2
3
ENTRY(Vector)
4
SECTIONS
5
{
6
fpgaimage : {
7
*(fpga_bit.data)
8
} >fpgaimage
9
.start : { *(.startos) } >osimage
10
.text : {
11
*(.text)
12
*(.text.*)
13
*(.glue_7)
14
*(.glue_7t)
15
*(.version_information)
16
} >osimage
17
.rodata : {
18
*(.rodata)
19
*(.rodata*)
20
} >osimage
21
.data : { *(.data) } >ram
22
__bss_start__ = .;
23
.bss : { *(.bss) } >ram
24
__bss_end__ = .;
25
}
Impressum
,
Datenschutz