This is the mail archive of the binutils@sources.redhat.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]

gas/doc/internals.texi typos, fix committed.


Two typos, one causing "make internals.info" to fail.  Perhaps the
committer thought "make info" would check correctness?

Committed as obvious.

	* doc/internals.texi (tc_conditional_pseudoop,
	TC_LINKRELAX_FIXUP): Fix typos.

Index: internals.texi
===================================================================
RCS file: /cvs/src/src/gas/doc/internals.texi,v
retrieving revision 1.18
diff -p -c -r1.18 internals.texi
*** internals.texi	2000/08/22 19:14:32	1.18
--- internals.texi	2000/12/29 18:01:42
*************** pseudo-ops which are specific to the CPU
*** 889,895 ****
  If this macro is defined, GAS will call it with a @code{pseudo_typeS} argument.
  It should return non-zero if the pseudo-op is a conditional which controls
  whether code is assembled, such as @samp{.if}.  GAS knows about the normal
! conditional pseudo-ops,and you should normally not have to define this macro.
  
  @item comment_chars
  @cindex comment_chars
--- 889,895 ----
  If this macro is defined, GAS will call it with a @code{pseudo_typeS} argument.
  It should return non-zero if the pseudo-op is a conditional which controls
  whether code is assembled, such as @samp{.if}.  GAS knows about the normal
! conditional pseudo-ops, and you should normally not have to define this macro.
  
  @item comment_chars
  @cindex comment_chars
*************** If you define this macro, and the global
*** 1189,1195 ****
  @samp{.align} directive will cause extra space to be allocated.  The linker can
  then discard this space when relaxing the section.
  
! @item TC_LINKRELAX_FIXUP ($var{segT})
  @cindex TC_LINKRELAX_FIXUP
  If defined, this macro allows control over whether fixups for a
  given section will be processed when the @var{linkrelax} variable is
--- 1189,1195 ----
  @samp{.align} directive will cause extra space to be allocated.  The linker can
  then discard this space when relaxing the section.
  
! @item TC_LINKRELAX_FIXUP (@var{segT})
  @cindex TC_LINKRELAX_FIXUP
  If defined, this macro allows control over whether fixups for a
  given section will be processed when the @var{linkrelax} variable is

brgds, H-P


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