]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-elf/hash.d
Add support for a MIPS specific .MIPS.xhash section.
[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: mips*-*-*
6 # MIPS uses a different style of GNU hash due to psABI restrictions
7 # on dynsym table ordering.
8
9 #...
10 +0x[0-9a-z]+ +\(GNU_HASH\) +0x[0-9a-z]+
11 #...
12 +[0-9]+ +[0-9]+: +[0-9a-f]+ +[0-9]+ +NOTYPE +GLOBAL +DEFAULT +[1-9] _start
13 #...
14 +[0-9]+ +[0-9]+: +[0-9a-f]+ +[0-9]+ +NOTYPE +GLOBAL +DEFAULT +[1-9] main
15 #...
16 +[0-9]+ +[0-9]+: +[0-9a-f]+ +[0-9]+ +NOTYPE +GLOBAL +DEFAULT +[1-9] start
17 #...
18 +[0-9]+ +[0-9]+: +[0-9a-f]+ +[0-9]+ +NOTYPE +GLOBAL +DEFAULT +[1-9] __start
19 #...