mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-29 04:53:56 +08:00
[ gas/testsuite/ChangeLog ]
2002-07-26 Chris Demetriou <cgd@broadcom.com> * gas/mips/elf_ase_mips16.d: New file to test ELF MIPS16 ASE marking. * gas/mips/elf_ase_mips16.s: Likewise. * gas/mips/mips.exp: Run the new test. [ ld/testsuite/ChangeLog ] 2002-07-26 Chris Demetriou <cgd@broadcom.com> * ld-mips-elf/mips16-1.d: Check that ASE flag is actually set.
This commit is contained in:
parent
d138e37abc
commit
70a3140046
@ -1,3 +1,9 @@
|
||||
2002-07-29 Chris Demetriou <cgd@broadcom.com>
|
||||
|
||||
* gas/mips/elf_ase_mips16.d: New file to test ELF MIPS16 ASE marking.
|
||||
* gas/mips/elf_ase_mips16.s: Likewise.
|
||||
* gas/mips/mips.exp: Run the new test.
|
||||
|
||||
2002-07-26 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* gas/ppc/altivec.d: Invoke "as" with "-a32".
|
||||
|
8
gas/testsuite/gas/mips/elf_ase_mips16.d
Normal file
8
gas/testsuite/gas/mips/elf_ase_mips16.d
Normal file
@ -0,0 +1,8 @@
|
||||
# name: ELF MIPS16 ASE markings
|
||||
# source: elf_ase_mips16.s
|
||||
# objdump: -p
|
||||
# as: -mips16
|
||||
|
||||
.*:.*file format.*mips.*
|
||||
private flags = [0-9a-f]*[4-7c-f]......: .*[[,]mips16[],].*
|
||||
|
3
gas/testsuite/gas/mips/elf_ase_mips16.s
Normal file
3
gas/testsuite/gas/mips/elf_ase_mips16.s
Normal file
@ -0,0 +1,3 @@
|
||||
# Test of MIPS16 ASE file markings.
|
||||
|
||||
# no actual contents necessary!
|
@ -180,6 +180,9 @@ if { [istarget mips*-*-*] } then {
|
||||
run_dump_test "elf_e_flags3"
|
||||
run_dump_test "elf_e_flags4"
|
||||
|
||||
# Verify that ASE markings are handled properly.
|
||||
if { !$no_mips16 } { run_dump_test "elf_ase_mips16" }
|
||||
|
||||
run_dump_test "mips-gp32-fp32-pic"
|
||||
run_dump_test "mips-gp32-fp64-pic"
|
||||
run_dump_test "mips-gp64-fp32-pic"
|
||||
|
@ -1,3 +1,7 @@
|
||||
2002-07-29 Chris Demetriou <cgd@broadcom.com>
|
||||
|
||||
* ld-mips-elf/mips16-1.d: Check that ASE flag is actually set.
|
||||
|
||||
2002-07-26 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
* ld-mips-elf/mips16-1.d,
|
||||
|
@ -1,5 +1,9 @@
|
||||
#source: mips16-1a.s -no-mips16
|
||||
#source: mips16-1b.s -mips16
|
||||
#ld: -r
|
||||
#objdump: -d
|
||||
#objdump: -pd
|
||||
|
||||
.*:.*file format.*mips.*
|
||||
private flags = [0-9a-f]*[4-7c-f]......: .*[[,]mips16[],].*
|
||||
|
||||
#pass
|
||||
|
Loading…
Reference in New Issue
Block a user