PR ld/14265
[deliverable/binutils-gdb.git] / ld / testsuite / ld-gc / abi-note.s
1 .text
2 .global _start
3 _start:
4 .long 1
5
6 .section ".note.ABI-tag", "a"
7 .p2align 2
8 .long 1f - 0f /* name length */
9 .long 3f - 2f /* data length */
10 .long 1 /* note type */
11 0: .asciz "GNU" /* vendor name */
12 1: .p2align 2
13 2: .long 1
14 .long 2
15 3: .p2align 2 /* pad out section */
This page took 0.029803 seconds and 4 git commands to generate.