URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-powerpc/] [aix-weak-1a.s] - Rev 285
Go to most recent revision | Compare with Previous | Blame | View Log
.comm a,4 .comm b,4 .globl c .csect c[RW],2 c: .long 0x11111111 .weak d .csect d[RW],2 d: .long 0x22222222 # Same again, with weak common symbols .weak e .comm e,4 .weak f .comm f,4 .globl g .csect g[RW],2 g: .long 0x33333333 .weak h .csect h[RW],2 h: .long 0x44444444
Go to most recent revision | Compare with Previous | Blame | View Log