old-cross-binutils/ld/ld-lnk960-r.script
Steve Chamberlain da56abdf49 Initial revision
1991-04-14 03:22:02 +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]
}
}