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]

[rfa/doc] Fix stray @item in gdbint.texinfo


Hello,

I don't know enough texinfo to declare this obvious :-)  gdbint.texinfo 
wouldn't build with teTeX's pdftex.

	Andrew
2001-05-14  Andrew Cagney  <ac131313@redhat.com>

	* gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
	(FRAME_ARGS_ADDRESS_CORRECT): Ditto.

Index: gdbint.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdbint.texinfo,v
retrieving revision 1.26
diff -p -r1.26 gdbint.texinfo
*** gdbint.texinfo	2001/05/10 10:29:37	1.26
--- gdbint.texinfo	2001/05/14 16:21:32
*************** status words, and other special register
*** 2667,2673 ****
  @value{GDBN} will assume that all registers may be written.
  
  @item DO_DEFERRED_STORES
! @itemx CLEAR_DEFERRED_STORES@item
  @findex CLEAR_DEFERRED_STORES
  @findex DO_DEFERRED_STORES
  Define this to execute any deferred stores of registers into the inferior,
--- 2667,2673 ----
  @value{GDBN} will assume that all registers may be written.
  
  @item DO_DEFERRED_STORES
! @itemx CLEAR_DEFERRED_STORES
  @findex CLEAR_DEFERRED_STORES
  @findex DO_DEFERRED_STORES
  Define this to execute any deferred stores of registers into the inferior,
*************** Define this to an expression that return
*** 2791,2797 ****
  represented by @var{fi} does not have a stack frame associated with it.
  Otherwise return 0.
  
! @item FRAME_ARGS_ADDRESS_CORRECT@item
  @findex FRAME_ARGS_ADDRESS_CORRECT
  See @file{stack.c}.
  
--- 2791,2797 ----
  represented by @var{fi} does not have a stack frame associated with it.
  Otherwise return 0.
  
! @item FRAME_ARGS_ADDRESS_CORRECT
  @findex FRAME_ARGS_ADDRESS_CORRECT
  See @file{stack.c}.
  

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