[gas/testsuite]
* gas/sh/basic.exp: Don't do sh2a test for sh5. * gas/sh/sh2a.d: Match elf32-sh* format too. [ld/testsuite] * ld-sh/sh64/crange3-cmpct.rd: Update. * ld-sh/sh64/crange3-media.rd: Update.
This commit is contained in:
parent
80df85b5d4
commit
ff636ee388
6 changed files with 15 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-07-29 Kaz Kojima <kkojima@rr.iij4u.or.jp>
|
||||
|
||||
* gas/sh/basic.exp: Don't do sh2a test for sh5.
|
||||
* gas/sh/sh2a.d: Match elf32-sh* format too.
|
||||
|
||||
2004-07-29 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
2003-12-30 DJ Delorie <dj@redhat.com>
|
||||
|
|
|
@ -147,6 +147,8 @@ if [istarget sh*-*-*] then {
|
|||
|
||||
run_dump_test "sh4a-dsp"
|
||||
run_dump_test "sh4al-dsp"
|
||||
|
||||
run_dump_test "sh2a"
|
||||
}
|
||||
|
||||
run_dump_test "pic"
|
||||
|
@ -160,7 +162,6 @@ if [istarget sh*-*-*] then {
|
|||
|
||||
# Test -renesas.
|
||||
run_dump_test "renesas-1"
|
||||
run_dump_test "sh2a"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#name: SH2a new instructions
|
||||
#as: -isa=sh2a
|
||||
|
||||
dump.o: file format elf32-sh
|
||||
dump.o: file format elf32-sh.*
|
||||
|
||||
Disassembly of section .text:
|
||||
0x00000000 33 79 4f ff band.b #7,@\(4095,r3\)
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2004-07-29 Kaz Kojima <kkojima@rr.iij4u.or.jp>
|
||||
|
||||
* ld-sh/sh64/crange3-cmpct.rd: Update.
|
||||
* ld-sh/sh64/crange3-media.rd: Update.
|
||||
|
||||
2004-07-27 Nitin Yewale <nitiny@kpitcummins.com>
|
||||
|
||||
* ld-h8300/h8300.exp: Addition of new test case to check
|
||||
|
|
|
@ -11,7 +11,7 @@ ELF Header:
|
|||
Entry point address: 0x10c4
|
||||
Start of program headers: 52 \(bytes into file\)
|
||||
Start of section headers: 664 \(bytes into file\)
|
||||
Flags: 0xa
|
||||
Flags: 0xa, sh5
|
||||
Size of this header: 52 \(bytes\)
|
||||
Size of program headers: 32 \(bytes\)
|
||||
Number of program headers: 3
|
||||
|
|
|
@ -11,7 +11,7 @@ ELF Header:
|
|||
Entry point address: 0x10a5
|
||||
Start of program headers: 52 \(bytes into file\)
|
||||
Start of section headers: 664 \(bytes into file\)
|
||||
Flags: 0xa
|
||||
Flags: 0xa, sh5
|
||||
Size of this header: 52 \(bytes\)
|
||||
Size of program headers: 32 \(bytes\)
|
||||
Number of program headers: 3
|
||||
|
|
Loading…
Reference in a new issue