blob: eab8dfb9b026de40128077485be05d28a517b092 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#name: PE base relocations
#ld: --enable-reloc-section
#objdump: -p
#xfail: mcore-*-*
.*: file format .*
#...
PE File Base Relocations.*
Virtual Address: .* Number of fixups 4
[ ]*reloc 0 offset 0 .* (LOW|HIGHLOW|DIR64)
[ ]*reloc 1 offset [248] .* (LOW|HIGHLOW|DIR64)
[ ]*reloc 2 offset [124]0 .* (LOW|HIGHLOW|DIR64)
[ ]*reloc 3 offset 0 .* ABSOLUTE
#pass
|