home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / src / binutils.2 / ld / m68kcoff.xbn < prev    next >
Encoding:
Text File  |  1993-05-30  |  979 b   |  39 lines

  1. /* Generated through mkscript */
  2. "{OUTPUT_FORMAT(\"coff-m68k\")\n\
  3. SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib);\n\
  4. MEMORY {\n\
  5.     text       : ORIGIN = 0x1000000, LENGTH = 0x1000000\n\
  6.     talias     : ORIGIN = 0x2000000, LENGTH = 0x1000000\n\
  7.     data    : ORIGIN = 0x3000000, LENGTH = 0x1000000\n\
  8.     mstack     : ORIGIN = 0x4000000, LENGTH = 0x1000000\n\
  9.     rstack     : ORIGIN = 0x5000000, LENGTH = 0x1000000\n\
  10. }\n\
  11. SECTIONS\n\
  12. {\n\
  13.   .text : {\n\
  14.     *(.text)\n\
  15.      etext  =  .;\n\
  16.     *(.lit)\n\
  17.     *(.shdata)\n\
  18.   }  > text\n\
  19.   .shbss SIZEOF(.text) + ADDR(.text) :    {\n\
  20.     *(.shbss)\n\
  21.   } \n\
  22.   .talias :     { }  > talias\n\
  23.   .data  : {\n\
  24.     *(.data)\n\
  25.      edata  =  .;\n\
  26.   }  > data\n\
  27.   .bss   SIZEOF(.data) + ADDR(.data) :\n\
  28.   {                     \n\
  29.      __bss_start = .;\n\
  30.    *(.bss)\n\
  31.    *(COMMON)\n\
  32.       end = ALIGN(0x8);\n\
  33.       _end = ALIGN(0x8);\n\
  34.   }\n\
  35.   .mstack  : { }  > mstack\n\
  36.   .rstack  : { }  > rstack\n\
  37. }\n\
  38. }"
  39.