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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-mips-elf/] [reloc-merge-lo16.s] - Rev 853

Go to most recent revision | Compare with Previous | Blame | View Log

	.section .rodata.str1.4,"aMS", @progbits, 1
	.macro	fillstr char
	.rept	0x3fff - \char
	.byte	\char
	.endr
	.byte	0
	.endm
	fillstr	'a'
	fillstr	'h'
	fillstr	'c'
	fillstr	'd'
	fillstr	'g'
	fillstr	'f'
g:
	fillstr	'g'
	fillstr	'h'
 
	.text
	.globl	__start
	.ent	__start
	.type	__start, @function
__start:
	lui	$2, %hi(g)
	addiu	$3, $2, %lo(g)
	addiu	$2, $2, %lo(g)
	.end	__start
 
	.space	16
 

Go to most recent revision | 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.