ld: Pass -fno-sanitize=all to tests with linker
[deliverable/binutils-gdb.git] / ld / testsuite / ld-pdp11 / sections.s
CommitLineData
fa1477dc
SC
1 .globl _start
2 .text
3_start:
4 mov _data,_bss
5 .globl _data
6 .data
7_data:
8 .word 1
9 .globl _bss
10 .bss
11_bss:
12 .=.+2
13 .end
This page took 0.02937 seconds and 4 git commands to generate.