aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2000-02-22 01:17:29 +0000
committerKevin Buettner <kevinb@redhat.com>2000-02-22 01:17:29 +0000
commit2559291b00ed01bbd3fb05db965f51c398f1fcad (patch)
treebc42371be438d385e2bb8078ae9b154e218c6c0d /gdb
parent70f0cc22b63ce65c0760364567578dc037561085 (diff)
downloadgdb-2559291b00ed01bbd3fb05db965f51c398f1fcad.zip
gdb-2559291b00ed01bbd3fb05db965f51c398f1fcad.tar.gz
gdb-2559291b00ed01bbd3fb05db965f51c398f1fcad.tar.bz2
Changes for GNU/Linux PPC native port.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/Makefile.in7
-rw-r--r--gdb/configure.tgt3
2 files changed, 9 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index d2981ad..2b244ad 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1047,6 +1047,7 @@ ALLDEPFILES = 29k-share/udi/udip2soc.c 29k-share/udi/udr.c \
nindy-share/ttyflush.c nindy-tdep.c \
ns32k-tdep.c ns32km3-nat.c osfsolib.c \
somread.c somsolib.c $(HPREAD_SOURCE) \
+ ppc-linux-nat.c ppc-linux-tdep.c \
procfs.c pyr-tdep.c pyr-xdep.c \
remote-adapt.c remote-array.c remote-bug.c remote-e7000.c remote-eb.c \
remote-es.c remote-hms.c remote-mips.c \
@@ -1521,6 +1522,12 @@ ppc-bdm.o: ppc-bdm.c $(defs_h) $(gdbcore_h) gdb_string.h $(frame_h) \
$(inferior_h) $(bfd_h) symfile.h target.h gdb_wait.h $(gdbcmd_h) \
objfiles.h gdb-stabs.h serial.h ocd.h
+ppc-linux-nat.o: ppc-linux-nat.c $(defs_h) $(gdbcore_h) $(frame_h) \
+ $(inferior_h) target.h
+
+ppc-linux-tdep.o: ppc-linux-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h) \
+ target.h
+
ppcbug-rom.o: ppcbug-rom.c monitor.h $(bfd_h) gdb_wait.h $(defs_h) $(gdbcmd_h) \
$(inferior_h) target.h serial.h terminal.h
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index e608c32..20e1aef 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -224,7 +224,7 @@ powerpc-*-netware*) gdb_target=ppc-nw
powerpc-*-aix*) gdb_target=aix ;;
powerpcle-*-cygwin*) gdb_target=cygwin ;;
powerpcle-*-solaris*) gdb_target=solaris ;;
-powerpc-*-eabi* | powerpc-*-linux* | powerpc-*-sysv* | powerpc-*-elf*)
+powerpc-*-eabi* | powerpc-*-sysv* | powerpc-*-elf*)
if test -f ../sim/ppc/Makefile; then
gdb_target=ppc-sim
else
@@ -236,6 +236,7 @@ powerpcle-*-eabi* | powerpcle-*-sysv* | powerpcle-*-elf*)
else
gdb_target=ppcle-eabi
fi ;;
+powerpc-*-linux*) gdb_target=linux ;;
powerpc-*-vxworks*) gdb_target=vxworks ;;
# OBSOLETE pyramid-*-*) gdb_target=pyramid ;;