[PATCH 36/57][Arm][GAS] Add support for MVE instructions: wlstp, dlstp, letp and...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / aix-weak-1a.s
CommitLineData
8602d4fe
RS
1 .comm a,4
2 .comm b,4
3 .globl c
4 .csect c[RW],2
5c:
6 .long 0x11111111
7 .weak d
8 .csect d[RW],2
9d:
10 .long 0x22222222
11
12 # Same again, with weak common symbols
13 .weak e
14 .comm e,4
15 .weak f
16 .comm f,4
17 .globl g
18 .csect g[RW],2
19g:
20 .long 0x33333333
21 .weak h
22 .csect h[RW],2
23h:
24 .long 0x44444444
This page took 0.442725 seconds and 4 git commands to generate.