Fix powerpc vle test for sorting of program headers
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / aix-weak-3a.s
1 .globl x1
2 x1 = 0x11223344
3 .globl x2
4 x2 = 0x55667788
5 .globl x3
6 .csect x3[RW]
7 x3:
8 .long 42
This page took 0.029669 seconds and 4 git commands to generate.