diff options
author | Phil Blundell <philb@gnu.org> | 2001-02-06 19:59:06 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2001-02-06 19:59:06 +0000 |
commit | 713f0374c042c67cfed6110a7ce2dd852ad49500 (patch) | |
tree | 7c47f06a3c6990b6c63aba7c05afdce96d409913 /gdb/ChangeLog | |
parent | 15e0ecd9c754767a2e19295e906235cc2d5307cd (diff) | |
download | gdb-713f0374c042c67cfed6110a7ce2dd852ad49500.zip gdb-713f0374c042c67cfed6110a7ce2dd852ad49500.tar.gz gdb-713f0374c042c67cfed6110a7ce2dd852ad49500.tar.bz2 |
2001-02-04 Philip Blundell <philb@gnu.org>
* config/arm/linux.mh (NATDEPFILES): Add proc-service.o,
thread-db.o, lin-lwp.o; remove lin-thread.o, linux-thread.o.
* config/arm/nm-linux.h (PREPARE_TO_PROCEED, ATTACH_LWP,
GET_THREAD_SIGNALS): Define.
* arm-linux-nat.c (fill_gregset): Correct type of argument.
(supply_gregset): Likewise.
(fill_fpregset): Likewise.
(supply_fpregset): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a91d3a0..70beb84 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +2001-02-04 Philip Blundell <philb@gnu.org> + + * config/arm/linux.mh (NATDEPFILES): Add proc-service.o, + thread-db.o, lin-lwp.o; remove lin-thread.o, linux-thread.o. + * config/arm/nm-linux.h (PREPARE_TO_PROCEED, ATTACH_LWP, + GET_THREAD_SIGNALS): Define. + * arm-linux-nat.c (fill_gregset): Correct type of argument. + (supply_gregset): Likewise. + (fill_fpregset): Likewise. + (supply_fpregset): Likewise. + Tue Feb 6 11:58:57 2001 David Taylor <taylor@redhat.com> * valops.c (value_cast): If casting a scalar to a pointer, do not |