pluto/test/user_program.ld

14 lines
100 B
Text
Raw Normal View History

2020-11-23 21:02:21 +01:00
ENTRY(entry)
SECTIONS {
.text ALIGN(4K) : {
*(.text)
}
.data ALIGN(4K) : {
*(.data)
}
}