source: mainline/libc/_link.ld.in@ 3a6d6656

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 3a6d6656 was cc6f688, checked in by Martin Decky <martin@…>, 20 years ago

uspace work

  • Property mode set to 100644
File size: 115 bytes
Line 
1OUTPUT_FORMAT(binary)
2STARTUP(../libc/arch/ARCH/src/entry.o)
3ENTRY(__entry)
4
5SECTIONS {
6 .text 0x00000000 : {
7 }
8}
Note: See TracBrowser for help on using the repository browser.