diff options
author | Ron Unrau <runrau@cygnus> | 1998-09-21 05:11:13 +0000 |
---|---|---|
committer | Ron Unrau <runrau@cygnus> | 1998-09-21 05:11:13 +0000 |
commit | 3dc96daa2d120427cd39881427debb9fec794d1c (patch) | |
tree | 912c6999c5021cc830b7c93b30046c1c665f4c81 /gdb | |
parent | 4abb25eaff8427c47ba0e4aa8066cde0a2d87b9c (diff) | |
download | gdb-3dc96daa2d120427cd39881427debb9fec794d1c.zip gdb-3dc96daa2d120427cd39881427debb9fec794d1c.tar.gz gdb-3dc96daa2d120427cd39881427debb9fec794d1c.tar.bz2 |
* incorporate SKY-B changes (makes dual maintenance easier).
* txvu-tdep.c (check_overlap): new function to guarantee that
overlays are either mapped or unmapped in their entirety.
* txvu-tdep.c (compress_blockvector): compress blockvectors correctly
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2e16c57..6521482 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +start-sanitize-sky +Sun Sep 20 23:11:41 1998 Ron Unrau <runrau@cygnus.com> + + * incorporate SKY-B changes (makes dual maintenance easier). + * txvu-tdep.c (check_overlap): new function to guarantee that + overlays are either mapped or unmapped in their entirety. + * txvu-tdep.c (compress_blockvector): compress blockvectors correctly + +end-sanitize-sky Fri Sep 18 07:53:08 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de> * sol-thread.c (sol_thread_notice_signals): Use PIDGET when |