OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-powerpc/] [aix-toc-1b.s] - Rev 95

Compare with Previous | Blame | View Log

	.macro  loadtoc
	.toc
	.tc	asym\@[TC], \@ | 0x10000
 
	.csect	.f2[PR]
	.if     size == 32
	lwz     1,asym\@[TC](2)
	.else
	ld      1,asym\@[TC](2)
	.endif
	.endm
 
	.globl	.f2
	.csect	.f2[PR]
.f2:
	.rept	0x7ffc * 8 / size
	loadtoc
	.endr
 
	.globl	f2
	.csect	f2[DS]
f2:
	.long	.f2[PR],TOC[TC0],0
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.