oops - omitted from previous delta
This commit is contained in:
parent
ee181c7253
commit
0a01f695e0
12
ld/testsuite/ld-scripts/rgn-at8.t
Normal file
12
ld/testsuite/ld-scripts/rgn-at8.t
Normal file
@ -0,0 +1,12 @@
|
||||
MEMORY
|
||||
{
|
||||
ram : ORIGIN = 0x10000, LENGTH = 0x10000
|
||||
rom : ORIGIN = 0x20000, LENGTH = 0x10000
|
||||
}
|
||||
|
||||
SECTIONS
|
||||
{
|
||||
.text : ALIGN_WITH_INPUT {*(.text)} > ram AT> rom
|
||||
.data : ALIGN_WITH_INPUT {*(.data)} > ram AT> rom
|
||||
/DISCARD/ : {*(*)}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user