This is the mail archive of the binutils@sourceware.org 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]
Other format: [Raw text]

[patch gas]: Add missing documentation for section-flag 'e'


Hi,

ChangeLog gas

2012-10-10  Kai Tietz

	* doc/as.texinfo: Add missing documentation about section flag exclude.

Tested for i686-w64-mingw32, and x86_64-w64-mingw32.  Ok for apply?

Regards,
Kai

Index: gas/doc/as.texinfo
===================================================================
RCS file: /cvs/src/src/gas/doc/as.texinfo,v
retrieving revision 1.256
diff -u -p -r1.256 as.texinfo
--- gas/doc/as.texinfo	5 Sep 2012 18:19:55 -0000	1.256
+++ gas/doc/as.texinfo	1 Oct 2012 14:54:29 -0000
@@ -5952,6 +5952,8 @@ section is not loaded
 writable section
 @item d
 data section
+@item e
+exclude section from linking
 @item r
 read-only section
 @item x


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