home *** CD-ROM | disk | FTP | other *** search
- /* Generated through mkscript */
- "{OUTPUT_FORMAT(\"coff-i386\")\n\
- SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib);\n\
- ENTRY(_start)\n\
- SECTIONS\n\
- {\n\
- .text : {\n\
- *(.init)\n\
- *(.text)\n\
- *(.fini)\n\
- ;\n\
- }\n\
- .data : {\n\
- *(.data .data2)\n\
- ;\n\
- }\n\
- .bss :\n\
- { \n\
- *(.bss)\n\
- *(COMMON)\n\
- ;\n\
- }\n\
- }\n\
- }"
-