This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [patch gas]: Add 'e' for coff targets as section-specifier
2011/9/28 Pedro Alves <pedro@codesourcery.com>:
> On Tuesday 27 September 2011 19:35:45, Kai Tietz wrote:
>
>> this patch add 'e' as section specifier for an to be excluded section.
>
>> 2011-09-27 ?Kai Tietz ?<ktietz@redhat.com>
>>
>> ? ? ? ? * config/obj-coff.c (obj_coff_section): Add 'e' as specifier
>> ? ? ? ? for marking section SEC_EXCLUDE.
>
> This should be documented in the manual (COFF Version).
>
> --
> Pedro Alves
Ok, somtehing like this?
ChangeLog
2011-09-28 Kai Tietz <ktietz@redhat.com>
* doc/as.texinfo: Add documentation
of section attribute e for COFF.
Kai
Index: as.texinfo
===================================================================
RCS file: /cvs/src/src/gas/doc/as.texinfo,v
retrieving revision 1.241
diff -u -r1.241 as.texinfo
--- as.texinfo 19 Aug 2011 14:48:40 -0000 1.241
+++ as.texinfo 28 Sep 2011 09:47:40 -0000
@@ -5836,6 +5836,8 @@
writable section
@item d
data section
+@item e
+exclude section from linking
@item r
read-only section
@item x