* target.c (dummy_target): Don't initialize statically.
authorStan Shebs <shebs@codesourcery.com>
Tue, 19 Jan 1999 00:49:41 +0000 (00:49 +0000)
committerStan Shebs <shebs@codesourcery.com>
Tue, 19 Jan 1999 00:49:41 +0000 (00:49 +0000)
commit8a7dfaa090dc378831100692f4ce92f3244259ef
treef8f626d3287a4bda54a579141b9e7e38c0f662fe
parent49f47b00132ea875af81a955e88ff8c478d0795f
* 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.
gdb/ChangeLog
gdb/hpux-thread.c
gdb/m3-nat.c
This page took 0.024741 seconds and 4 git commands to generate.