summaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2001-11-30 02:14:08 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2001-11-30 02:14:08 +0000
commita6b4adc962d67694ee5eadb0aff8660d4fee291c (patch)
tree122899210535bc032f7294c5ddf9fa1fbe58ebb3 /gdb/Makefile.in
parent2ac7ef3aa5f98fc1a514153b35844722c9a5e85f (diff)
downloadgdb-a6b4adc962d67694ee5eadb0aff8660d4fee291c.tar.gz
2001-11-29 Elena Zannoni <ezannoni@redhat.com>
* Makefile.in (ppc-linux-nat.o): Add dependency on ppc-tdep.h. * ppc-tdep.h (PPC_GPLAST_REGNUM): Define. * ppc-linux-nat.c: Include ppc-tdep.h. (ppc_register_u_addr): Don't use the static array regmap[], dynamically define the mapping instead. (supply_gregset): Ditto. (fill_gregset): Ditto. (COPY_REG): Delete macro defintion. (regmap): Delete array.
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 691d6656515..1ac2076b903 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1818,7 +1818,7 @@ ppc-bdm.o: ppc-bdm.c $(defs_h) $(gdbcore_h) $(gdb_string_h) $(frame_h) \
$(objfiles_h) $(gdb_stabs_h) $(serial_h) ocd.h $(regcache_h)
ppc-linux-nat.o: ppc-linux-nat.c $(defs_h) $(gdbcore_h) $(frame_h) \
- $(inferior_h) $(target_h) $(regcache_h)
+ $(inferior_h) $(target_h) $(regcache_h) ppc-tdep.h
ppc-linux-tdep.o: ppc-linux-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h) \
$(target_h) ppc-tdep.h $(regcache_h) $(value_h)