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]

PATCH: gdbarch.sh doc fix


Committed as obvious.

2004-06-22  Jim Blandy  <jimb@redhat.com>

	* gdbarch.sh: Doc fix.

Index: gdb/gdbarch.sh
===================================================================
RCS file: /cvs/src/src/gdb/gdbarch.sh,v
retrieving revision 1.334
diff -c -p -r1.334 gdbarch.sh
*** gdb/gdbarch.sh	21 Jun 2004 19:54:50 -0000	1.334
--- gdb/gdbarch.sh	22 Jun 2004 17:46:19 -0000
*************** do
*** 250,256 ****
      macro ) : ;;
  
  	# The name of the legacy C macro by which this method can be
! 	# accessed.  If empty, no macro is defined.  If "-", a macro
  	# formed from the upper-case function name is used.
  
      returntype ) : ;;
--- 250,256 ----
      macro ) : ;;
  
  	# The name of the legacy C macro by which this method can be
! 	# accessed.  If empty, no macro is defined.  If "=", a macro
  	# formed from the upper-case function name is used.
  
      returntype ) : ;;


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