readelf: Fix incorrect "Version definition past end of section" message
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / ver_def.vd
1 # Verify correct version information output from `readelf' and that there
2 # is no:
3 #
4 # Version definition past end of section
5 #
6 # line at the end in particular (hence #pass must not be used here).
7
8 Version symbols section '\.gnu\.version' contains 4 entries:
9 Addr: [0-9a-f]+ +Offset: 0x[0-9a-f]+ +Link: 2 \(\.dynsym\)
10 +000: +0 \(\*local\*\) +2 \(ver_foo\) +1 \(\*global\*\) +2 \(ver_foo\) +
11
12 Version definition section '\.gnu\.version_d' contains 2 entries:
13 +Addr: 0x[0-9a-f]+ +Offset: 0x[0-9a-f]+ +Link: 3 \(\.dynstr\)
14 +000000: Rev: 1 +Flags: BASE +Index: 1 +Cnt: 1 +Name: ver_def
15 +0x001c: Rev: 1 +Flags: none +Index: 2 +Cnt: 1 +Name: ver_foo
This page took 0.032799 seconds and 4 git commands to generate.