doc patch for COFF .section change
Mark E.
snowball3@bigfoot.com
Wed Jul 5 21:15:00 GMT 2000
More information about the Binutils mailing list
Wed Jul 5 21:15:00 GMT 2000
- Previous message (by thread): Unique section ids
- Next message (by thread): revised patch for COFF section attr default
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Unique section ids
- Next message (by thread): revised patch for COFF section attr default
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list