Thu May 7 17:01:12 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
[deliverable/binutils-gdb.git] / ld / ldlnk960r.script
1 SECTIONS
2 {
3 .text 0:
4 {
5 *(.text)
6 }
7 .data SIZEOF(.text) + ADDR(.text):
8 {
9 *(.data)
10 }
11 .bss SIZEOF(.data) + ADDR(.data) :
12 {
13 *(.bss)
14 [COMMON]
15 }
16 }
17
This page took 0.029715 seconds and 4 git commands to generate.