old-cross-binutils/ld/ldlnk960r.script

18 lines
200 B
Text
Raw Normal View History

1991-05-14 17:32:59 +00:00
SECTIONS
{
.text 0:
{
*(.text)
}
.data SIZEOF(.text) + ADDR(.text):
{
*(.data)
}
.bss SIZEOF(.data) + ADDR(.data) :
{
*(.bss)
[COMMON]
}
}