diff options
author | Michael Snyder <msnyder@vmware.com> | 2005-01-14 00:25:00 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2005-01-14 00:25:00 +0000 |
commit | d9788fe8ba6180a33bb62cd6e5bfdd8b08469263 (patch) | |
tree | 91a916e6b5d7483a43f59799cdfdbed81c9b20b9 /gdb/hpux-thread.c | |
parent | 3b9512000509a86d08605c6a28df1794bf339d19 (diff) | |
download | gdb-d9788fe8ba6180a33bb62cd6e5bfdd8b08469263.zip gdb-d9788fe8ba6180a33bb62cd6e5bfdd8b08469263.tar.gz gdb-d9788fe8ba6180a33bb62cd6e5bfdd8b08469263.tar.bz2 |
2005-01-13 Michael Snyder <msnyder@redhat.com>
* hpux-thread.c: Whitespace tweaks.
Diffstat (limited to 'gdb/hpux-thread.c')
-rw-r--r-- | gdb/hpux-thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |