aboutsummaryrefslogtreecommitdiff
path: root/gas/doc/internals.texi
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-07-06 17:18:10 +0000
committerNick Clifton <nickc@redhat.com>2000-07-06 17:18:10 +0000
commitb8a9dcabf3d670acedab67c5b6a92002ac5429b9 (patch)
tree96c92da7375d5256c9530ac752fdc6db7c2e024d /gas/doc/internals.texi
parentbeb2de9b6154707bebd2fdd24d337a25ac8a638c (diff)
downloadfsf-binutils-gdb-b8a9dcabf3d670acedab67c5b6a92002ac5429b9.zip
fsf-binutils-gdb-b8a9dcabf3d670acedab67c5b6a92002ac5429b9.tar.gz
fsf-binutils-gdb-b8a9dcabf3d670acedab67c5b6a92002ac5429b9.tar.bz2
Applied Mark Elbrecht <snowball3@bigfoot.com>'s patch to implement
TC_COFF_SECTION_DEFAULT_ATTRIBUTES.
Diffstat (limited to 'gas/doc/internals.texi')
-rw-r--r--gas/doc/internals.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/doc/internals.texi b/gas/doc/internals.texi
index 0e5aaf7..9406e5f 100644
--- a/gas/doc/internals.texi
+++ b/gas/doc/internals.texi
@@ -1338,6 +1338,13 @@ source line. The default value is 4.
@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