mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 10:53:16 +01:00
7 lines
55 B
Plaintext
7 lines
55 B
Plaintext
SECTIONS
|
|
{
|
|
. = %s;
|
|
.data : { *(.data) }
|
|
_end = .;
|
|
}
|