diff options
author | Stan Shebs <shebs@codesourcery.com> | 1999-01-19 00:49:41 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1999-01-19 00:49:41 +0000 |
commit | 8a7dfaa090dc378831100692f4ce92f3244259ef (patch) | |
tree | f8f626d3287a4bda54a579141b9e7e38c0f662fe /gdb/ChangeLog | |
parent | 49f47b00132ea875af81a955e88ff8c478d0795f (diff) | |
download | gdb-8a7dfaa090dc378831100692f4ce92f3244259ef.zip gdb-8a7dfaa090dc378831100692f4ce92f3244259ef.tar.gz gdb-8a7dfaa090dc378831100692f4ce92f3244259ef.tar.bz2 |
* target.c (dummy_target): Don't initialize statically.
(init_dummy_target): New function, fills in dummy_target.
(initialize_targets): Use it.
* hpux-thread.c (hpux_thread_ops): Don't initialize statically.
(init_hpux_thread_ops): New function, fills in hpux_thread_ops.
(_initialize_hpux_thread): Use it.
* m3-nat.c (m3_ops): Don't initialize statically.
(init_m3_ops): New function, fills in m3_ops.
(_initialize_m3): Use it.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 855ae13..a3f7237 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +Mon Jan 18 16:40:50 1999 Stan Shebs <shebs@andros.cygnus.com> + + * target.c (dummy_target): Don't initialize statically. + (init_dummy_target): New function, fills in dummy_target. + (initialize_targets): Use it. + * hpux-thread.c (hpux_thread_ops): Don't initialize statically. + (init_hpux_thread_ops): New function, fills in hpux_thread_ops. + (_initialize_hpux_thread): Use it. + * m3-nat.c (m3_ops): Don't initialize statically. + (init_m3_ops): New function, fills in m3_ops. + (_initialize_m3): Use it. + 1999-01-18 Fernando Nasser <fnasser@totem.to.cygnus.com> * sol-thread.c: delete compile time initialization of target_ops |