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]

doc patch for COFF .section change


Hi again,
This is the doc patch to descript the new macro for the COFF .section change.

2000-07-06  Mark Elbrecht  <snowball3@bigfoot.com>

	* doc/internals.texi (CPU Backend): Describe
	  TC_COFF_SECTION_DEFAULT_ATTRIBUTES.

Index: src/gas/doc/internals.texi
===================================================================
RCS file: /cvs/src/src/gas/doc/internals.texi,v
retrieving revision 1.14
diff -c -p -r1.14 internals.texi
*** internals.texi	2000/06/20 13:52:29	1.14
--- internals.texi	2000/07/06 04:06:42
*************** source line.  The default value is 4.
*** 1338,1343 ****
--- 1338,1350 ----
  @item LISTING_RHS_WIDTH
  The maximum number of characters to print from one line of the input file.  The
  default value is 100.
+ 
+ @item TC_COFF_SECTION_DEFAULT_ATTRIBUTES
+ @cindex TC_COFF_SECTION_DEFAULT_ATTRIBUTES
+ The COFF @code{.section} directive will use the value of this macro to set
+ a new section's attributes when a directive has no valid flags or when the
+ flag is @code{w}. The default value of the macro is @code{SEC_LOAD | SEC_DATA}.
+ 
  @end table
  
  @node Object format backend


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