2005-01-13 Michael Snyder <msnyder@redhat.com>

* hpux-thread.c: Whitespace tweaks.
This commit is contained in:
Michael Snyder 2005-01-14 00:25:00 +00:00
parent 3b95120005
commit d9788fe8ba
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
2005-01-13 Michael Snyder <msnyder@redhat.com>
* hpux-thread.c: Whitespace tweaks.
* hppa-hpux-tdep.c: Whitespace tweaks.
* gdbcore.h: Whitespace tweaks.
* gdbcmd.h: Whitespace tweaks.

View File

@ -588,7 +588,7 @@ _initialize_hpux_thread (void)
add_target (&hpux_thread_ops);
child_suppress_run = 1;
/* Hook into new_objfile notification. */
/* Hook into new_objfile notification. */
target_new_objfile_chain = deprecated_target_new_objfile_hook;
deprecated_target_new_objfile_hook = hpux_thread_new_objfile;
}