PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
[deliverable/binutils-gdb.git] / ld / testsuite / ld-gc / abi-note.s
CommitLineData
16583161
L
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 */
110: .asciz "GNU" /* vendor name */
121: .p2align 2
132: .long 1
14 .long 2
153: .p2align 2 /* pad out section */
This page took 0.032284 seconds and 4 git commands to generate.