h8300-linux ld testsuite
[deliverable/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-9]+: +[0-9a-f]+ +[0-9]+ +NOTYPE +GLOBAL +DEFAULT +[1-9] _start
14 #...
15 +[0-9]+ +[0-9]+: +[0-9a-f]+ +[0-9]+ +NOTYPE +GLOBAL +DEFAULT +[1-9] main
16 #...
17 +[0-9]+ +[0-9]+: +[0-9a-f]+ +[0-9]+ +NOTYPE +GLOBAL +DEFAULT +[1-9] start
18 #...
19 +[0-9]+ +[0-9]+: +[0-9a-f]+ +[0-9]+ +NOTYPE +GLOBAL +DEFAULT +[1-9] __start
20 #...
This page took 0.0294 seconds and 4 git commands to generate.