mirror of
https://github.com/ziglang/zig.git
synced 2025-12-17 19:53:06 +00:00
6 lines
64 B
Plaintext
6 lines
64 B
Plaintext
SECTIONS
|
|
{
|
|
.text : { *(.text) }
|
|
PROVIDE_HIDDEN(_end = .);
|
|
}
|