URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-powerpc/] [plt1.s] - Rev 184
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