mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
* gas/ppc/machine.s: New.
* gas/ppc/machine.d: New. * gas/ppc/ppc.exp: Run it.
This commit is contained in:
parent
69c040dfe9
commit
4bff14ba4d
@ -1,3 +1,9 @@
|
||||
2003-11-22 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* gas/ppc/machine.s: New.
|
||||
* gas/ppc/machine.d: New.
|
||||
* gas/ppc/ppc.exp: Run it.
|
||||
|
||||
2003-11-18 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
|
||||
|
||||
* gas/mips/lca-svr4pic.d: New test for the "lca" macro.
|
||||
|
9
gas/testsuite/gas/ppc/machine.d
Normal file
9
gas/testsuite/gas/ppc/machine.d
Normal file
@ -0,0 +1,9 @@
|
||||
#objdump: -s -j .text
|
||||
#name: PowerPC .machine test
|
||||
|
||||
.*
|
||||
|
||||
Contents of section \.text:
|
||||
0000 7c11eba6 7c100ba6 4c000066 00000200 .*
|
||||
0010 44000002 4c0000a4 7c000224 4e800020 .*
|
||||
0020 7c11eba6 .*
|
15
gas/testsuite/gas/ppc/machine.s
Normal file
15
gas/testsuite/gas/ppc/machine.s
Normal file
@ -0,0 +1,15 @@
|
||||
.machine "403"
|
||||
.text
|
||||
mtpid 0
|
||||
.machine push
|
||||
.machine "booke"
|
||||
mtpid 0
|
||||
.machine Any
|
||||
rfci
|
||||
attn
|
||||
sc
|
||||
rfsvc
|
||||
tlbiel 0
|
||||
blr
|
||||
.machine pop
|
||||
mtpid 0
|
@ -26,7 +26,8 @@ if { [istarget powerpc64*-*-*] || [istarget *-*-elf64*]} then {
|
||||
}
|
||||
|
||||
if { [istarget powerpc*-*-*] } then {
|
||||
run_dump_test "simpshft"
|
||||
run_dump_test "simpshft"
|
||||
run_dump_test "machine"
|
||||
|
||||
if { [istarget powerpc-*-*aix*] } then {
|
||||
run_dump_test "altivec_xcoff"
|
||||
|
Loading…
Reference in New Issue
Block a user