aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-aarch64/nto-stack-note.s
blob: 9e48ab8d5bcf93d45b3ccd6154f4e44ab2ab06e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
        .global _start
        .text
_start:
        nop

	.section .note
        .long 1f - 0f           /* name length */
        .long 2f - 1f           /* data length */
	.long 3                 /* note type */
0:	.asciz "QNX"            /* vendore name */
1:	.long 0x4321
	.long 0x1234
	.long 0x0
2: