old-cross-binutils/ld/ldlnk960r.script
Steve Chamberlain 15ed1567e0 Initial revision
1991-05-14 17:32:59 +00:00

17 lines
200 B
Text
Executable file

SECTIONS
{
.text 0:
{
*(.text)
}
.data SIZEOF(.text) + ADDR(.text):
{
*(.data)
}
.bss SIZEOF(.data) + ADDR(.data) :
{
*(.bss)
[COMMON]
}
}