Improve readelf's display of RELR relocs.
[binutils-gdb.git] / ld / testsuite / ld-elf / dt-relr-2i.d
blob55e8c256b92f16f79fdfc86a56d1f794c2ee4687
1 #source: dt-relr-2.s
2 #ld: -e _start -pie --no-keep-memory $DT_RELR_LDFLAGS
3 #readelf: -rW -d
4 #target: [supports_dt_relr]
6 #...
7 0x[0-9a-f]+ \(RELR\) +0x[0-9a-f]+
8 0x[0-9a-f]+ \(RELRSZ\) +(8|16) \(bytes\)
9 0x[0-9a-f]+ \(RELRENT\) +(4|8) \(bytes\)
10 #...
11 Relocation section '\.rel(a|)\.dyn' at offset 0x[0-9a-f]+ contains 1 entry:
12 #...
13 [0-9a-f]+ +[0-9a-f]+ +R_.*_(RELATIVE|UADDR.*) .*
14 #...
15 Relocation section '\.relr\.dyn' at offset 0x[0-9a-f]+ contains 2 entries:
16 #...
17 0000: +[0-9a-f]+ [0-9a-f]+ +data \(new starting address\)
18 0001: +[0-9a-f]+ [0-9a-f]+ +data \+ 0x[0-9a-f]+ \(start of bitmap\)
19 +[0-9a-f]+ +data \+ 0x[0-9a-f]+
20 +[0-9a-f]+ +data \+ 0x[0-9a-f]+
21 #pass