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/] [cris/] [rd-dtpoffd1.s] - Rev 215
Go to most recent revision | Compare with Previous | Blame | View Log
; Check that .dtpoffd trivially works, for external (though presumably ; module-local) and local symbols with offsets. .section .tdata,"awT",@progbits .type x, @object .size x, 4 x: .dword 0 .text start: .dword 0x73696854 .dtpoffd extsym+42 .dword 0x61207369 .dtpoffd x+2 .dword 0x55566699
Go to most recent revision | Compare with Previous | Blame | View Log