zig/deps/lld/test/ELF/linkerscript/Inputs/symbol-reserved.script

6 lines
64 B
Plaintext
Raw Normal View History

2018-01-18 06:29:21 +08:00
SECTIONS
{
.text : { *(.text) }
PROVIDE_HIDDEN(_end = .);
}