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] frame.h, fix typo.


Something else sitting around in my tree...

Index: frame.h
===================================================================
RCS file: /cvs/src/src/gdb/frame.h,v
retrieving revision 1.109
diff -p -r1.109 frame.h
*** frame.h	28 Sep 2003 22:32:19 -0000	1.109
--- frame.h	10 Oct 2003 00:31:06 -0000
*************** extern void deprecated_update_frame_pc_h
*** 666,673 ****
  					     CORE_ADDR pc);
  
  /* FIXME: cagney/2002-12-18: Has the frame's base changed?  Or to be
!    more exact, whas that initial guess at the frame's base as returned
!    by deprecated_read_fp() wrong.  If it was, fix it.  This shouldn't
     be necessary since the code should be getting the frame's base
     correct from the outset.
  
--- 666,673 ----
  					     CORE_ADDR pc);
  
  /* FIXME: cagney/2002-12-18: Has the frame's base changed?  Or to be
!    more exact, was that initial guess at the frame's base as returned
!    by deprecated_read_fp() wrong?  If it was, fix it.  This shouldn't
     be necessary since the code should be getting the frame's base
     correct from the outset.
  

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