home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / binutils-2.7-src.tgz / tar.out / fsf / binutils / ld / testsuite / ld-empic / relax.t < prev    next >
Text File  |  1996-09-28  |  663b  |  50 lines

  1. OUTPUT_FORMAT("ecoff-bigmips")
  2. SECTIONS
  3. {
  4.   .foo 0x30 : {
  5.     tmpdir/relax3.o(.text)
  6.     tmpdir/relax1.o(.text)
  7.   }
  8.   .text  0x20000 : {
  9.      _ftext = . ;
  10.     *(.init)
  11.      eprol  =  .;
  12.     tmpdir/relax4.o(.text)
  13.     *(.text)
  14.     *(.fini)
  15.      etext  =  .;
  16.      _etext  =  .;
  17.   }
  18.   .rdata  . : {
  19.     *(.rdata)
  20.   }
  21.    _fdata = .;
  22.   .data  . : {
  23.     *(.data)
  24.     CONSTRUCTORS
  25.   }
  26.    _gp = . + 0x8000;
  27.   .lit8  . : {
  28.     *(.lit8)
  29.   }
  30.   .lit4  . : {
  31.     *(.lit4)
  32.   }
  33.   .sdata  . : {
  34.     *(.sdata)
  35.   }
  36.    edata  =  .;
  37.    _edata  =  .;
  38.    _fbss = .;
  39.   .sbss  . : {
  40.     *(.sbss)
  41.     *(.scommon)
  42.   }
  43.   .bss  . : {
  44.     *(.bss)
  45.     *(COMMON)
  46.   }
  47.    end = .;
  48.    _end = .;
  49. }
  50.