mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
elf-rel.d: Call gas with -k. Thanks toMatt Thomas for figuring out.
vax.exp: Run elf-rel.[sd] for NetBSD-ELF and Linux.
This commit is contained in:
@ -1,9 +1,17 @@
|
|||||||
|
2005-04-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
|
||||||
|
|
||||||
|
* gas/testsuite/gas/vax/elf-rel.d: Call gas with -k. Thanks to
|
||||||
|
Matt Thomas for figuring out.
|
||||||
|
* gas/testsuite/gas/vax/vax.exp: Run elf-rel.[sd] for NetBSD-ELF
|
||||||
|
and Linux.
|
||||||
|
|
||||||
2005-04-01 Jan Beulich <jbeulich@novell.com>
|
2005-04-01 Jan Beulich <jbeulich@novell.com>
|
||||||
|
|
||||||
* gas/i386/bss.[sd]: New.
|
* gas/i386/bss.[sd]: New.
|
||||||
* gas/i386/i386.exp: Run new test.
|
* gas/i386/i386.exp: Run new test.
|
||||||
|
|
||||||
2005-04-01 Jan Beulich <jbeulich@novell.com>
|
2005-04-01 Jan Beulich <jbeulich@novell.com>
|
||||||
|
|
||||||
* gas/i386/x86-64-pcrel.[sd]: New.
|
* gas/i386/x86-64-pcrel.[sd]: New.
|
||||||
* gas/i386/i386.exp: Run new test.
|
* gas/i386/i386.exp: Run new test.
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#as: -k
|
||||||
#objdump: -sr
|
#objdump: -sr
|
||||||
#name: VAX ELF relocations
|
#name: VAX ELF relocations
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ proc do_quad {} {
|
|||||||
if [istarget vax-*-* ] then {
|
if [istarget vax-*-* ] then {
|
||||||
do_quad
|
do_quad
|
||||||
|
|
||||||
if [istarget vax-*-*elf*] {
|
if { [istarget vax-*-*elf*] || [istarget vax-*-linux-gnu*] } then {
|
||||||
run_dump_test "elf-rel"
|
run_dump_test "elf-rel"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user