ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/ldscripts/linux-i386.ld
(Generate patch)

Comparing BasiliskII/src/Unix/ldscripts/linux-i386.ld (file contents):
Revision 1.1 by gbeauche, 2006-02-27T00:11:49Z vs.
Revision 1.2 by gbeauche, 2006-02-27T07:14:39Z

# Line 5 | Line 5 | ENTRY(_start)
5   SECTIONS
6   {
7    /* Read-only sections, merged into text segment: */
8 <  . = 0x70400000 + SIZEOF_HEADERS;
8 >  . = 0x78048000 + SIZEOF_HEADERS;
9    .interp     : { *(.interp)    }
10    .hash          : { *(.hash)           }
11    .dynsym        : { *(.dynsym)         }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines