diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-14 16:22:07 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-14 16:22:07 +0000 |
commit | 899931b638db757dc117885d367e2cded05332af (patch) | |
tree | a887acbd3a28c7eb3556dd04e96d52b5a759802e /gdb/Makefile.in | |
parent | f8f6b2c755d964c9c08a1dabb5bf50acfdb332ad (diff) | |
download | gdb-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.in | 2 |
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) |