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] mdebugread.c whitespace tweaks


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

	* mdebugread.c: Whitespace tweaks.

Index: mdebugread.c
===================================================================
RCS file: /cvs/src/src/gdb/mdebugread.c,v
retrieving revision 1.71
diff -p -r1.71 mdebugread.c
*** mdebugread.c	31 Oct 2004 17:57:43 -0000	1.71
--- mdebugread.c	14 Jan 2005 00:58:37 -0000
*************** parse_symbol (SYMR *sh, union aux_ext *a
*** 788,794 ****
  	  struct blockvector *bv = BLOCKVECTOR (top_stack->cur_st);
  	  /* The next test should normally be true, but provides a
  	     hook for nested functions (which we don't want to make
! 	     global). */
  	  if (b == BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK))
  	    b = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);
  	  /* Irix 5 sometimes has duplicate names for the same
--- 788,794 ----
  	  struct blockvector *bv = BLOCKVECTOR (top_stack->cur_st);
  	  /* The next test should normally be true, but provides a
  	     hook for nested functions (which we don't want to make
! 	     global).  */
  	  if (b == BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK))
  	    b = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);
  	  /* Irix 5 sometimes has duplicate names for the same

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