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]

PATCH gas/doc/internals.texi: Document TC_CHECK_ADJUSTED_BROKEN_DOT_WORD.


As promised.

Ok to install?

Tue Apr  4 19:27:50 2000  Hans-Peter Nilsson  <hp@bitrange.com>

	* internals.texi (CPU backend): Document
	TC_CHECK_ADJUSTED_BROKEN_DOT_WORD.

Index: internals.texi
===================================================================
RCS file: /cvs/src/src/gas/doc/internals.texi,v
retrieving revision 1.9
diff -p -c -r1.9 internals.texi
*** internals.texi	2000/03/26 14:47:33	1.9
--- internals.texi	2000/04/04 17:30:17
*************** number of long jumps) and @code{md_long_
*** 1145,1150 ****
--- 1145,1154 ----
  (a jump that can go anywhere in the function).  You should define
  @code{md_create_short_jump} to create a short jump around a number of long
  jumps, and define @code{md_create_long_jump} to create a long jump.
+ If defined, the macro TC_CHECK_ADJUSTED_BROKEN_DOT_WORD will be called for each
+ adjusted word just before the word is output.  The macro takes two arguments,
+ an @code{addressT} with the adjusted word and a pointer to the current
+ @code{struct broken_word}.
  
  @item md_estimate_size_before_relax
  @cindex md_estimate_size_before_relax

brgds, H-P

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