home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD1.bin
/
gnu
/
src
/
amiga
/
binutils-2.5.2-src.lha
/
binutils-2.5.2
/
ld
/
testsuite
/
ld-scripts
/
script.t
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-09-29
|
168 b
|
15 lines
SECTIONS
{
.text 0x100 : {
text_start = .;
*(.text)
text_end = .;
}
. = 0x1000;
.data : {
data_start = .;
*(.data)
data_end = .;
}
}