* emulparams/shlelf32_linux.sh (COMMONPAGESIZE): Set to 4KB.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-checks / asm.s
CommitLineData
74459f0e 1 .text
252b5132
RH
2 .global foo
3foo:
4 .long 0x12345678
5
74459f0e 6 .data
252b5132
RH
7 .global bar
8bar:
9 .long 0x87654321
10
197a7bfd 11 .lcomm dummy, 0x12
This page took 0.222982 seconds and 4 git commands to generate.