Taking an undefined function's address in an executable
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / aix-export-1a.s
CommitLineData
b64232cc
RS
1 .globl lib1
2 .csect lib1[RW]
3lib1:
4 .long 0x11110001
5
6 .globl _lib2
7 .csect _lib2[RW]
8_lib2:
9 .long 0x11110002
10
11 .globl lib3
12 .csect lib3[RW]
13lib3:
14 .long 0x11110003
This page took 0.246498 seconds and 4 git commands to generate.