run_dump_test replace PROG with DUMPPROG in gas and ld
[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: mips*-*-*
6 # GNU hash is not supported for MIPS targets 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 #...
This page took 0.032774 seconds and 4 git commands to generate.