Missing ChangeLog entry from commit 60ef20e28534cf093d5bd799b3830c68381bb27f.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / aix-export-1b.s
CommitLineData
b64232cc
RS
1 .globl main1
2 .csect main1[RW]
3main1:
4 .long lib1
5
6 .globl _main2
7 .csect _main2[RW]
8_main2:
9 .long _lib2
This page took 0.226328 seconds and 4 git commands to generate.