mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-19 13:53:29 +08:00
* gas/ppc/regnames.d: New.
* gas/ppc/regnames.s: Likewise. * gas/ppc/ppc.exp: Run it.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2007-11-12 Tristan Gingold <gingold@adacore.com>
|
||||||
|
|
||||||
|
* gas/ppc/regnames.d: New.
|
||||||
|
* gas/ppc/regnames.s: Likewise.
|
||||||
|
* gas/ppc/ppc.exp: Run it.
|
||||||
|
|
||||||
2007-11-07 Tristan Gingold <gingold@adacore.com>
|
2007-11-07 Tristan Gingold <gingold@adacore.com>
|
||||||
|
|
||||||
* ia64-dis.c (print_insn_ia64): Generate symbolic names for cr
|
* ia64-dis.c (print_insn_ia64): Generate symbolic names for cr
|
||||||
|
@ -30,6 +30,7 @@ if { [istarget powerpc64*-*-*] || [istarget *-*-elf64*]} then {
|
|||||||
if { [istarget powerpc*-*-*] } then {
|
if { [istarget powerpc*-*-*] } then {
|
||||||
run_dump_test "simpshft"
|
run_dump_test "simpshft"
|
||||||
run_dump_test "machine"
|
run_dump_test "machine"
|
||||||
|
run_dump_test "regnames"
|
||||||
|
|
||||||
if { [istarget powerpc-*-*aix*] } then {
|
if { [istarget powerpc-*-*aix*] } then {
|
||||||
run_dump_test "altivec_xcoff"
|
run_dump_test "altivec_xcoff"
|
||||||
|
8
gas/testsuite/gas/ppc/regnames.d
Normal file
8
gas/testsuite/gas/ppc/regnames.d
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#as: -mregnames
|
||||||
|
#objdump: -s -j .text
|
||||||
|
#name: PowerPC symbolic regnames
|
||||||
|
|
||||||
|
.*
|
||||||
|
|
||||||
|
Contents of section \.text:
|
||||||
|
0000 4fbdcb82 88850004 .*
|
3
gas/testsuite/gas/ppc/regnames.s
Normal file
3
gas/testsuite/gas/ppc/regnames.s
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
.text
|
||||||
|
cror 4*%cr7+gt,%cr7*4+gt,4*%cr6+gt
|
||||||
|
lbz r4,4(r5)
|
Reference in New Issue
Block a user