* ld-mips-elf/multi-got-hidden-1.d,
ld-mips-elf/multi-got-hidden-1.s, ld-mips-elf/multi-got-hidden-2.d, ld-mips-elf/multi-got-hidden-2.s: New. * ld-mips-elf/mips-elf.exp: Run multi-got-hidden tests.
This commit is contained in:
parent
1b9750d66e
commit
2152e0479e
6 changed files with 16419 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
2007-10-12 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* ld-mips-elf/multi-got-hidden-1.d,
|
||||
ld-mips-elf/multi-got-hidden-1.s,
|
||||
ld-mips-elf/multi-got-hidden-2.d,
|
||||
ld-mips-elf/multi-got-hidden-2.s: New.
|
||||
* ld-mips-elf/mips-elf.exp: Run multi-got-hidden tests.
|
||||
|
||||
2007-10-12 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* ld-srec/srec.exp: Define __stack_chk_fail sym.
|
||||
|
|
|
@ -68,6 +68,8 @@ run_dump_test "branch-misc-1"
|
|||
if { $linux_gnu } {
|
||||
run_dump_test "multi-got-1"
|
||||
run_dump_test "multi-got-no-shared"
|
||||
run_dump_test "multi-got-hidden-1"
|
||||
run_dump_test "multi-got-hidden-2"
|
||||
}
|
||||
|
||||
if $has_newabi {
|
||||
|
|
8
ld/testsuite/ld-mips-elf/multi-got-hidden-1.d
Normal file
8
ld/testsuite/ld-mips-elf/multi-got-hidden-1.d
Normal file
|
@ -0,0 +1,8 @@
|
|||
#name: MIPS multi-got-hidden-1
|
||||
#as: -EB -32 -KPIC
|
||||
#source: multi-got-1-1.s
|
||||
#source: multi-got-1-2.s
|
||||
#source: multi-got-hidden-1.s
|
||||
#ld: -melf32btsmip -e 0
|
||||
#objdump: -dr
|
||||
#pass
|
5
ld/testsuite/ld-mips-elf/multi-got-hidden-1.s
Normal file
5
ld/testsuite/ld-mips-elf/multi-got-hidden-1.s
Normal file
|
@ -0,0 +1,5 @@
|
|||
.hidden __init_array_end
|
||||
.hidden __init_array_start
|
||||
sym_3_1:
|
||||
la $2, __init_array_start
|
||||
la $2, __init_array_end
|
7
ld/testsuite/ld-mips-elf/multi-got-hidden-2.d
Normal file
7
ld/testsuite/ld-mips-elf/multi-got-hidden-2.d
Normal file
|
@ -0,0 +1,7 @@
|
|||
#name: MIPS multi-got-hidden-2
|
||||
#as: -EB -32 -KPIC
|
||||
#source: multi-got-1-1.s
|
||||
#source: multi-got-hidden-2.s
|
||||
#ld: -melf32btsmip -e 0
|
||||
#objdump: -dr
|
||||
#pass
|
16389
ld/testsuite/ld-mips-elf/multi-got-hidden-2.s
Normal file
16389
ld/testsuite/ld-mips-elf/multi-got-hidden-2.s
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue