diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-02-22 01:17:29 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-02-22 01:17:29 +0000 |
commit | 2559291b00ed01bbd3fb05db965f51c398f1fcad (patch) | |
tree | bc42371be438d385e2bb8078ae9b154e218c6c0d /gdb/Makefile.in | |
parent | 70f0cc22b63ce65c0760364567578dc037561085 (diff) | |
download | gdb-2559291b00ed01bbd3fb05db965f51c398f1fcad.zip gdb-2559291b00ed01bbd3fb05db965f51c398f1fcad.tar.gz gdb-2559291b00ed01bbd3fb05db965f51c398f1fcad.tar.bz2 |
Changes for GNU/Linux PPC native port.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 7 |
1 files changed, 7 insertions, 0 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 |