]> Git Repo - binutils.git/blob - ld/testsuite/ld-checks/script
19990502 sourceware import
[binutils.git] / ld / testsuite / ld-checks / script
1 SECTIONS {
2         .text 0x100 :             { *(.text) }
3         .data 0x100 : AT (0x100)  { *(.data) }
4         .bss  0x100 : AT (0x4000) { *(.bss)  }
5 }
6
This page took 0.024953 seconds and 4 git commands to generate.