old-cross-binutils/ld/ldlnk960r.sc

18 lines
200 B
Python
Raw Normal View History

1991-09-03 21:01:03 +00:00
SECTIONS
{
.text 0:
{
*(.text)
}
.data SIZEOF(.text) + ADDR(.text):
{
*(.data)
}
.bss SIZEOF(.data) + ADDR(.data) :
{
*(.bss)
[COMMON]
}
}