]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-elf/dt-relr-2e.d
Simplify readelf's RELR relocation display.
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / dt-relr-2e.d
1 #source: dt-relr-2.s
2 #ld: -e _start -pie $DT_RELR_LDFLAGS -z nocombreloc
3 #readelf: -rW -d
4 #target: [supports_dt_relr]
5
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|)\.data' 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
18 0001: +[0-9a-f]+ [0-9a-f]+ +data \+ 0x[0-9a-f]+
19 +[0-9a-f]+ +data \+ 0x[0-9a-f]+
20 +[0-9a-f]+ +data \+ 0x[0-9a-f]+
21 #pass