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 SIZEOF_HEADERS : {\n\
- *(.init)\n\
- *(.text)\n\
- *(.fini)\n\
- etext = .;\n\
- }\n\
- .data 0x400000 + (. & 0xffc00fff) : {\n\
- *(.data .data2)\n\
- edata = .;\n\
- }\n\
- .bss SIZEOF(.data) + ADDR(.data) :\n\
- { \n\
- *(.bss)\n\
- *(COMMON)\n\
- end = .;\n\
- }\n\
- }\n\
- }"
-