2000-04-05 Scott Bambrough <scottb@netwinder.org>
authorScott Bambrough <scottb@netwinder.org>
Fri, 7 Apr 2000 22:04:01 +0000 (22:04 +0000)
committerScott Bambrough <scottb@netwinder.org>
Fri, 7 Apr 2000 22:04:01 +0000 (22:04 +0000)
* Makefile.in: Add dependency information for arm-linux-tdep.c.
* config/djgpp/fnchange.lst: Add arm-linux-tdep.c, arm-linux-nat.c.

gdb/ChangeLog
gdb/Makefile.in
gdb/config/djgpp/fnchange.lst

index 732ee3bda7ec3d81932d4836f1155654f2a438c0..fa6543a7812093fce17f83ee9d2ffc4970bb87ad 100644 (file)
@@ -1,3 +1,8 @@
+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.
+
 2000-04-07  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
 
        * sol-thread.c (gdb_ps_addr_t):  New typedef, depends on definition
index 2a78209d908a0b1e2c71f1b73badc1c9ab9157ba..b54fc01aae4a1ac8ee8b57e1f6d2218bf6efc401 100644 (file)
@@ -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)
 
index be7babe766912474b8cdec531f65446dd3135769..58521a604d3744b0e4c4ff8281a9b2563c8a0b61 100644 (file)
@@ -34,6 +34,8 @@ gdb-0222/gdb/remote-vxsparc.c gdb-0222/gdb/rmt-vxsparc.c
 gdb-0222/gdb/sparclet-rom.c gdb-0222/gdb/splet-rom.c
 gdb-0222/gdb/sparclet-stub.c gdb-0222/gdb/splet-stub.c
 gdb-0222/gdb/i386-linux-tdep.c gdb-0222/gdb/i386linux-tdep.c
+gdb-0222/gdb/arm-linux-tdep.c gdb-0222/gdb/armlin-tdep.c
+gdb-0222/gdb/arm-linux-nat.c gdb-0222/gdb/armlin-nat.c
 gdb-0222/gdb/config/alpha/alpha-osf1.mh gdb-0222/gdb/config/alpha/alphosf1.mh
 gdb-0222/gdb/config/alpha/alpha-osf2.mh gdb-0222/gdb/config/alpha/alphosf2.mh
 gdb-0222/gdb/config/alpha/alpha-osf3.mh gdb-0222/gdb/config/alpha/alphosf3.mh
This page took 0.0281 seconds and 4 git commands to generate.