2002-04-01 Daniel Jacobowitz <drow@mvista.com>

* gdb.asm/Makefile.in: Correct dependencies.

        * gdb.asm/powerpc.inc: New file.
        * gdb.asm/asm-source.exp: Add PowerPC.
        * gdb.asm/configure.in: Likewise.
        * gdb.asm/configure: Regenerated.
This commit is contained in:
Daniel Jacobowitz
2002-04-05 02:48:33 +00:00
parent a7d17088c5
commit 7cdb710751
6 changed files with 64 additions and 1 deletions

View File

@ -53,6 +53,9 @@ if [istarget "i\[3456\]86-*-*"] then {
if [istarget "m32r*-*"] then {
set asm-arch m32r
}
if [istarget "powerpc*-*"] then {
set asm-arch powerpc
}
if [istarget "sparc-*-*"] then {
set asm-arch sparc
}