Fix handling of GNU Property notes that are not in a GNU NOTE PROPERTY section.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr22450.d
1 #source: pr22450.s
2 #readelf: --notes --wide
3 #ld: -r
4 # Fails on H8300 because it does not generate the correct relocs for the size fields.
5 # Fails on AVR, IP2K, M68HC11, SPARC64, XC16C because the assembler does not calculate the correct values for the differences of local symbols.
6 # Fails on CRX because readelf does not know how to apply CRX reloc number 20 (R_CRX_SWITCH32).
7
8 #...
9 Displaying notes found in: \.note\.gnu
10 [ ]+Owner[ ]+Data size[ ]+Description
11 [ ]+GNU[ ]+0x0+0..[ ]+NT_GNU_PROPERTY_TYPE_0[ ]+Properties: stack size: 0x8000
12 #pass
This page took 0.033722 seconds and 5 git commands to generate.