]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/elf/linkerscript/Inputs/valid.ls
Vendor import of lld trunk r233088:
[FreeBSD/FreeBSD.git] / test / elf / linkerscript / Inputs / valid.ls
1 /* A simple valid linker script used for testing the -T/--script options.
2  *
3  * An unresolved symbol named '_entry_point' can be scanned for by the tests
4  * to determine that the linker script was processed.
5  */
6 ENTRY(_entry_point)