From d9788fe8ba6180a33bb62cd6e5bfdd8b08469263 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Fri, 14 Jan 2005 00:25:00 +0000 Subject: [PATCH] 2005-01-13 Michael Snyder * hpux-thread.c: Whitespace tweaks. --- gdb/ChangeLog | 1 + gdb/hpux-thread.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 606f73cdaa..4e8aec7f0a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,6 @@ 2005-01-13 Michael Snyder + * 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 124d960f10..23b735d5ac 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; }