This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ob/commit] hpux-thread.c whitespace tweaks


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

	* hpux-thread.c: Whitespace tweaks.

Index: hpux-thread.c
===================================================================
RCS file: /cvs/src/src/gdb/hpux-thread.c,v
retrieving revision 1.29
diff -p -r1.29 hpux-thread.c
*** hpux-thread.c	23 Nov 2004 01:01:58 -0000	1.29
--- hpux-thread.c	14 Jan 2005 00:24:18 -0000
*************** _initialize_hpux_thread (void)
*** 588,594 ****
    add_target (&hpux_thread_ops);
  
    child_suppress_run = 1;
!   /* Hook into new_objfile notification. */
    target_new_objfile_chain = deprecated_target_new_objfile_hook;
    deprecated_target_new_objfile_hook  = hpux_thread_new_objfile;
  }
--- 588,594 ----
    add_target (&hpux_thread_ops);
  
    child_suppress_run = 1;
!   /* Hook into new_objfile notification.  */
    target_new_objfile_chain = deprecated_target_new_objfile_hook;
    deprecated_target_new_objfile_hook  = hpux_thread_new_objfile;
  }

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]