2004-04-21 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / sol-thread.c
index 3ac2a34d62bc02fa0324c77c0f87a2d804184408..25d67463c815d565347778785b16a8ceb0c7a575 100644 (file)
@@ -1702,8 +1702,8 @@ _initialize_sol_thread (void)
   add_target (&core_ops);
 
   /* Hook into new_objfile notification. */
-  target_new_objfile_chain = target_new_objfile_hook;
-  target_new_objfile_hook  = sol_thread_new_objfile;
+  target_new_objfile_chain = deprecated_target_new_objfile_hook;
+  deprecated_target_new_objfile_hook  = sol_thread_new_objfile;
   return;
 
 die:
This page took 0.032017 seconds and 4 git commands to generate.