diff options
author | Michael Snyder <msnyder@vmware.com> | 2002-04-24 21:44:47 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2002-04-24 21:44:47 +0000 |
commit | 57e76facc3ddc7822ff71a3fcc55b324c1f0bb1d (patch) | |
tree | ad67cb0847a1d37611f7199d794603296d29f77a /gdb/ChangeLog | |
parent | 11832e60a3c7c3b4798df6139e8f24f16267031a (diff) | |
download | gdb-57e76facc3ddc7822ff71a3fcc55b324c1f0bb1d.zip gdb-57e76facc3ddc7822ff71a3fcc55b324c1f0bb1d.tar.gz gdb-57e76facc3ddc7822ff71a3fcc55b324c1f0bb1d.tar.bz2 |
2002-04-24 Roland McGrath <roland@frob.com>
* config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
* i386gnu-nat.c [HAVE_SYS_PROCFS_H]
(supply_gregset, supply_fpregset): New functions.
* gnu-nat.c (gnu_find_memory_regions): New function.
(init_gnu_ops): Set `to_find_memory_regions' hook to that.
(gnu_xfer_memory): Add a cast.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e488e31..b46f11f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2002-04-24 Roland McGrath <roland@frob.com> + + * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here. + * i386gnu-nat.c [HAVE_SYS_PROCFS_H] + (supply_gregset, supply_fpregset): New functions. + + * gnu-nat.c (gnu_find_memory_regions): New function. + (init_gnu_ops): Set `to_find_memory_regions' hook to that. + (gnu_xfer_memory): Add a cast. + 2002-04-24 Michael Snyder <msnyder@redhat.com> * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the |