/[qemu]/qemu/i386-vl.ld
ViewVC logotype

Diff of /qemu/i386-vl.ld

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by bellard, Tue Jun 24 14:39:12 2003 UTC revision 1.2 by bellard, Wed Jun 25 16:18:32 2003 UTC
# Line 56  SECTIONS Line 56  SECTIONS
56    .rodata    : { *(.rodata) *(.gnu.linkonce.r*) }    .rodata    : { *(.rodata) *(.gnu.linkonce.r*) }
57    .rodata1   : { *(.rodata1) }    .rodata1   : { *(.rodata1) }
58    .reginfo : { *(.reginfo) }    .reginfo : { *(.reginfo) }
59      __preinit_array_start = .;
60      .preinit_array : { *(.preinit_array) }
61      __preinit_array_end = .;
62      __init_array_start = .;
63      .init_array : { *(.init_array) }
64      __init_array_end = .;
65      __fini_array_start = .;
66      .fini_array : { *(.fini_array) }
67      __fini_array_end = .;
68    
69    /* Adjust the address for the data segment.  We want to adjust up to    /* Adjust the address for the data segment.  We want to adjust up to
70       the same address within the page on the next page up.  */       the same address within the page on the next page up.  */
71    . = ALIGN(0x100000) + (. & (0x100000 - 1));    . = ALIGN(0x100000) + (. & (0x100000 - 1));

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26