~vcs-imports/qemu/git

« back to all changes in this revision

Viewing changes to i386.ld

  • Committer: pbrook
  • Date: 2006-10-22 00:18:54 UTC
  • Revision ID: git-v1:e6e5906b6e0a81718066ca43aef57515026c6624
ColdFire target.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2196 c046a42c-6fe2-441c-8c8c-71466251a162

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
  /* Adjust the address for the data segment.  We want to adjust up to
70
70
     the same address within the page on the next page up.  */
71
71
  . = ALIGN(0x100000) + (. & (0x100000 - 1));
72
 
  .tdata          : { *(.tdata .tdata.* .gnu.linkonce.td.*) }
73
 
  .tbss           : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) }
74
72
  .data    :
75
73
  {
76
74
    *(.data)