]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-elf/hash.d
61d84e44a6e4a90330ebc71f061dc05576134523
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / hash.d
1 #source: start.s
2 #readelf: -d -s -D
3 #ld: -shared --hash-style=gnu
4 #target: *-*-linux* *-*-gnu* arm*-*-uclinuxfdpiceabi
5 #xfail: h8300-*-*
6 #xfail: mips*-*-*
7 # MIPS uses a different style of GNU hash due to psABI restrictions
8 # on dynsym table ordering.
9
10 #...
11 +0x[0-9a-z]+ +\(GNU_HASH\) +0x[0-9a-z]+
12 #...
13 +[0-9]+: +[0-9a-f]+ +[0-9]+ +NOTYPE +GLOBAL +DEFAULT +[1-9] _start
14 #...
15 +[0-9]+: +[0-9a-f]+ +[0-9]+ +NOTYPE +GLOBAL +DEFAULT +[1-9] main
16 #...
17 +[0-9]+: +[0-9a-f]+ +[0-9]+ +NOTYPE +GLOBAL +DEFAULT +[1-9] start
18 #...
19 +[0-9]+: +[0-9a-f]+ +[0-9]+ +NOTYPE +GLOBAL +DEFAULT +[1-9] __start
20 #...