aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-09-14 16:22:07 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-09-14 16:22:07 +0000
commit899931b638db757dc117885d367e2cded05332af (patch)
treea887acbd3a28c7eb3556dd04e96d52b5a759802e /gdb/Makefile.in
parentf8f6b2c755d964c9c08a1dabb5bf50acfdb332ad (diff)
downloadgdb-899931b638db757dc117885d367e2cded05332af.zip
gdb-899931b638db757dc117885d367e2cded05332af.tar.gz
gdb-899931b638db757dc117885d367e2cded05332af.tar.bz2
* Makefile.in (a29k-tdep.o): Depend on $(defs_h).
* config/a29k/tm-a29k.h (SAVED_PC_AFTER_CALL): Use gr122 not lr0 if this is a transparent procedure.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 0dd1584..5db3b65 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -953,7 +953,7 @@ udr.o: 29k-share/udi/udr.c $(udiheaders)
$(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/29k-share/udi/udr.c
a29k-pinsn.o: a29k-pinsn.c $(bfd_h) $(dis-asm_h)
-a29k-tdep.o: a29k-tdep.c $(gdbcmd_h) $(gdbcore_h) $(inferior_h)
+a29k-tdep.o: a29k-tdep.c $(gdbcmd_h) $(gdbcore_h) $(inferior_h) $(defs_h)
a68v-nat.o: a68v-nat.c $(defs_h) $(gdbcore_h) $(inferior_h)
altos-xdep.o: altos-xdep.c $(defs_h) $(gdbcore_h) $(inferior_h)
arm-pinsn.o: arm-pinsn.c $(OP_INCLUDE)/arm.h $(defs_h) $(symtab_h)