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

Comparing BasiliskII/src/Unix/ldscripts/linux-x86_64.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 6 | Line 6 | SEARCH_DIR("/lib64"); SEARCH_DIR("/usr/l
6   SECTIONS
7   {
8    /* Read-only sections, merged into text segment: */
9 <  . = 0x70400000 + SIZEOF_HEADERS;
9 >  . = 0x78048000 + SIZEOF_HEADERS;
10    .interp         : { *(.interp) }
11    .hash           : { *(.hash) }
12    .dynsym         : { *(.dynsym) }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines