Copy st_other for linker script symbol assignments
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / aix-export-1a.s
1 .globl lib1
2 .csect lib1[RW]
3 lib1:
4 .long 0x11110001
5
6 .globl _lib2
7 .csect _lib2[RW]
8 _lib2:
9 .long 0x11110002
10
11 .globl lib3
12 .csect lib3[RW]
13 lib3:
14 .long 0x11110003
This page took 0.031111 seconds and 4 git commands to generate.