URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-gc/] [abi-note.s] - Rev 75
Go to most recent revision | Compare with Previous | Blame | View Log
.text .global _start _start: .long 1 .section ".note.ABI-tag", "a" .p2align 2 .long 1f - 0f /* name length */ .long 3f - 2f /* data length */ .long 1 /* note type */ 0: .asciz "GNU" /* vendor name */ 1: .p2align 2 2: .long 1 .long 2 3: .p2align 2 /* pad out section */
Go to most recent revision | Compare with Previous | Blame | View Log