This is a test to see if the file is still locked.
[deliverable/binutils-gdb.git] / ld / ld-lnk960-r.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.047966 seconds and 4 git commands to generate.