This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


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

Another minor patch for internals.texi - md_undefined_symbol argument


Hi.
Another spotting.  FWIW, I noticed that my previous patch to the
same file of a week ago, has not been applied or rejected.

Tue Feb  8 22:26:03 2000  Hans-Peter Nilsson  <hp@axis.com>

	* doc/internals.texi (CPU backend): Document argument for
	md_undefined_symbol.

*** internals.texi.patch0	Wed Feb  2 17:11:15 2000
--- internals.texi	Tue Feb  8 22:24:49 2000
*************** creates a new symbol.  Typically this wo
*** 1022,1028 ****
  name or value changes dynamically, possibly in a context sensitive way.
  Predefined symbols with fixed values, such as register names or condition
  codes, are typically entered directly into the symbol table when @code{md_begin}
! is called.
  
  @item md_operand
  @cindex md_operand
--- 1022,1028 ----
  name or value changes dynamically, possibly in a context sensitive way.
  Predefined symbols with fixed values, such as register names or condition
  codes, are typically entered directly into the symbol table when @code{md_begin}
! is called.  One argument is passed, a @code{char *} for the symbol.
  
  @item md_operand
  @cindex md_operand

brgds, H-P

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