URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [ld/] [testsuite/] [ld-powerpc/] [plt1.s] - Rev 337
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