diff options
-rw-r--r-- | gdb/ChangeLog | 1 | ||||
-rw-r--r-- | gdb/hpux-thread.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 606f73c..4e8aec7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. diff --git a/gdb/hpux-thread.c b/gdb/hpux-thread.c index 124d960..23b735d 100644 --- a/gdb/hpux-thread.c +++ b/gdb/hpux-thread.c @@ -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; } |