URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [ld/] [testsuite/] [ld-powerpc/] [plt1.s] - Rev 841
Go to most recent revision | Compare with Previous | Blame | View Log
.text .global _start _start: bcl 20,31,1f 1: mflr 30 addis 30,30,(_GLOBAL_OFFSET_TABLE_-1b)@ha addi 30,30,(_GLOBAL_OFFSET_TABLE_-1b)@l bl _exit@plt b _start
Go to most recent revision | Compare with Previous | Blame | View Log