diff options
author | Fernando Nasser <fnasser@redhat.com> | 1999-01-19 00:39:04 +0000 |
---|---|---|
committer | Fernando Nasser <fnasser@redhat.com> | 1999-01-19 00:39:04 +0000 |
commit | 49f47b00132ea875af81a955e88ff8c478d0795f (patch) | |
tree | f4183e4c781232dd2ff9024cfd28f2dc7373307b /gdb/ChangeLog | |
parent | 63f8d5f5b3073d351e955889f336dd0b57357bc7 (diff) | |
download | gdb-49f47b00132ea875af81a955e88ff8c478d0795f.zip gdb-49f47b00132ea875af81a955e88ff8c478d0795f.tar.gz gdb-49f47b00132ea875af81a955e88ff8c478d0795f.tar.bz2 |
1999-01-18 Fernando Nasser <fnasser@totem.to.cygnus.com>
* sol-thread.c: delete compile time initialization of target_ops
(_initialize_sol_thread): initialize target_ops at run time.
* hpux-thread.c: added target_ops entry.
* m3-nat.c: ditto.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2fbdea7..855ae13 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +1999-01-18 Fernando Nasser <fnasser@totem.to.cygnus.com> + + * sol-thread.c: delete compile time initialization of target_ops + (_initialize_sol_thread): initialize target_ops at run time. + * hpux-thread.c: added target_ops entry. + * m3-nat.c: ditto. + Mon Jan 18 15:19:13 1999 David Taylor <taylor@texas.cygnus.com> * procfs.c (procfs_ops): delete compile time initialization. |