diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2001-11-30 02:14:08 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2001-11-30 02:14:08 +0000 |
commit | 16333c4fa1324972804c8ddfb7b788ad6e07c69e (patch) | |
tree | 2d9ca0c591bc71f413606fe6eb5b0d0fd6800641 /gdb/Makefile.in | |
parent | c1c829a984d47553bfab085ed8bbda3de7957659 (diff) | |
download | gdb-16333c4fa1324972804c8ddfb7b788ad6e07c69e.zip gdb-16333c4fa1324972804c8ddfb7b788ad6e07c69e.tar.gz gdb-16333c4fa1324972804c8ddfb7b788ad6e07c69e.tar.bz2 |
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.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 691d665..1ac2076 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) |