OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-mips-elf/] [tls-hidden3.ld] - Diff between revs 38 and 156

Only display areas with differences | Details | Blame | View Log

Rev 38 Rev 156
SECTIONS
SECTIONS
{
{
  . = 0x80000;
  . = 0x80000;
  .interp : { *(.interp) }
  .interp : { *(.interp) }
  .hash : { *(.hash) }
  .hash : { *(.hash) }
  .dynsym : { *(.dynsym) }
  .dynsym : { *(.dynsym) }
  .dynstr : { *(.dynstr) }
  .dynstr : { *(.dynstr) }
  . = ALIGN (0x400);
  . = ALIGN (0x400);
  .rel.dyn : { *(.rel.dyn) }
  .rel.dyn : { *(.rel.dyn) }
  . = ALIGN (0x400);
  . = ALIGN (0x400);
  .MIPS.stubs : { *(.MIPS.stubs) }
  .MIPS.stubs : { *(.MIPS.stubs) }
  . = ALIGN (0x400);
  . = ALIGN (0x400);
  .text : { *(.text) }
  .text : { *(.text) }
  . = ALIGN (0x10000);
  . = ALIGN (0x10000);
  _gp = . + 0x7ff0;
  _gp = . + 0x7ff0;
  .got : { *(.got) }
  .got : { *(.got) }
  . = ALIGN (0x400);
  . = ALIGN (0x400);
  .tdata : { *(.tdata) }
  .tdata : { *(.tdata) }
  /DISCARD/ : { *(.reginfo) }
  /DISCARD/ : { *(.reginfo) }
}
}
VERSION
VERSION
{
{
  { local: *; };
  { local: *; };
}
}
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.