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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [arm/] [bl-local-v4t.s] - Rev 205

Compare with Previous | Blame | View Log

        .text
	.arch armv4t
	.syntax unified
	.thumb
one:
	bl	foo2  @ bl foo2 with reloc.
	beq	foo   @ beq foo with reloc.
	b	foo   @ branch foo with reloc.
 	bl      fooundefarm
	bl      fooundefthumb
	.thumb
        .type foo, %function
        .thumb_func
foo:
        nop
	nop
fooundefthumb:
	nop
        .type foo2, %function
	.arm
	.align  2
foo2:
        nop
fooundefarm:
	nop
 

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.