diff options
author | Randolph Chung <tausq@debian.org> | 2004-05-08 03:27:24 +0000 |
---|---|---|
committer | Randolph Chung <tausq@debian.org> | 2004-05-08 03:27:24 +0000 |
commit | 959464ff2ccd5263594a24a65b073f6d11eb6784 (patch) | |
tree | 0495a7c4183d773c9907c3bd0342051053e5b77e /gdb/config | |
parent | 0da28f8a5836c4e69ae72bf05cbd65800f4bbfd4 (diff) | |
download | gdb-959464ff2ccd5263594a24a65b073f6d11eb6784.zip gdb-959464ff2ccd5263594a24a65b073f6d11eb6784.tar.gz gdb-959464ff2ccd5263594a24a65b073f6d11eb6784.tar.bz2 |
2004-05-07 Randolph Chung <tausq@debian.org>
* Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
hppa-linux-nat.c.
(hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
* hppa-linux-nat.c (fetch_register, store_register): Define.
(fetch_inferior_registers, store_inferior_registers): Define.
(supply_gregset): Add comment and clean up some unneeded code.
(fill_gregset): Add comment and fix so that it saves registers in
the right place in the gregset.
(fill_fpregset): Fix buffer overrun problem.
* config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/pa/nm-linux.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config/pa/nm-linux.h b/gdb/config/pa/nm-linux.h index ee88ba7..08b7915 100644 --- a/gdb/config/pa/nm-linux.h +++ b/gdb/config/pa/nm-linux.h @@ -25,5 +25,8 @@ #define U_REGS_OFFSET 0 +/* Override copies of {fetch,store}_inferior_registers in `infptrace.c'. */ +#define FETCH_INFERIOR_REGISTERS + #endif |