diff options
author | Scott Bambrough <scottb@netwinder.org> | 2000-04-07 22:04:01 +0000 |
---|---|---|
committer | Scott Bambrough <scottb@netwinder.org> | 2000-04-07 22:04:01 +0000 |
commit | 03e0fb3a47c004dbe49bfc48cbd458c284c83292 (patch) | |
tree | 58d8d3ed63f43325a89750ee299553b1acdb9452 /gdb/Makefile.in | |
parent | 0ab2f69a4317b0c133eebac46f1f3eb39f3f7b77 (diff) | |
download | gdb-03e0fb3a47c004dbe49bfc48cbd458c284c83292.zip gdb-03e0fb3a47c004dbe49bfc48cbd458c284c83292.tar.gz gdb-03e0fb3a47c004dbe49bfc48cbd458c284c83292.tar.bz2 |
2000-04-05 Scott Bambrough <scottb@netwinder.org>
* Makefile.in: Add dependency information for arm-linux-tdep.c.
* config/djgpp/fnchange.lst: Add arm-linux-tdep.c, arm-linux-nat.c.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 2a78209..b54fc01 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1067,8 +1067,8 @@ ALLDEPFILES = 29k-share/udi/udip2soc.c 29k-share/udi/udr.c \ 29k-share/udi/udi2go32.c \ a29k-tdep.c a68v-nat.c alpha-nat.c alpha-tdep.c \ altos-xdep.c arm-convert.s \ - arm-linux-nat.c arm-tdep.c arm-xdep.c coff-solib.c \ - convex-tdep.c convex-xdep.c \ + arm-linux-nat.c arm-linux-tdep.c arm-tdep.c arm-xdep.c \ + coff-solib.c convex-tdep.c convex-xdep.c \ core-sol2.c core-regset.c core-aout.c corelow.c \ dcache.c delta68-nat.c dpx2-nat.c dstread.c exec.c fork-child.c \ go32-nat.c gould-tdep.c gould-xdep.c h8300-tdep.c h8500-tdep.c \ @@ -1134,6 +1134,9 @@ annotate.o: annotate.c $(defs_h) annotate.h $(value_h) target.h $(gdbtypes_h) arm-linux-nat.o: arm-linux-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) \ gdb_string.h +arm-linux-tdep.o: arm-linux-tdep.c $(defs_h) target.h $(value_h) \ + $(gdbtypes_h) $(floatformat_h) + arm-tdep.o: arm-tdep.c $(gdbcmd_h) $(gdbcore_h) $(inferior_h) $(defs_h) \ $(gdbcore_h) |