ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr23658-1d.s
1 .section ".note.3", "a"
2 .p2align 2
3 .long .L1 - .L0 /* name length. */
4 .long .L3 - .L1 /* data length. */
5 .long 12345 /* note type. */
6 .L0:
7 .asciz "GNU" /* vendor name. */
8 .L1:
9 .p2align 2
10 .long 0 /* pr_type. */
11 .long .L5 - .L4 /* pr_datasz. */
12 .L4:
13 .zero 0x10
14 .L5:
15 .p2align 2
16 .L3:
This page took 0.03034 seconds and 4 git commands to generate.