* 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:
Daniel Jacobowitz 2007-10-12 17:07:04 +00:00
parent 1b9750d66e
commit 2152e0479e
6 changed files with 16419 additions and 0 deletions

View file

@ -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.

View file

@ -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 {

View 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

View 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

View 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

File diff suppressed because it is too large Load diff