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]

Re: PATCH: PR gas/11600: Support SHF_EXCLUDE


On Fri, May 14, 2010 at 07:31:00AM -0700, H.J. Lu wrote:
> This patch makes SHF_EXCLUDE generic.  OK to install?

OK, but..

> +@item e
> +section is excluded from executable and shared object.

> +@item #exclude
> +section is excluded from executable and shared object.

This might be a little clearer if you say "shared library" rather than
"shared object".

> +/* This is used to be implememnted as a processor specific section flag.
> +   We just make it generic.  */

s/This is/This/
implemented

> +#define SHF_EXCLUDE	0x80000000	/* Link editor is to exclude
> +					   this section from executable
> +					   and shared object that it
> +					   builds when those objects
> +					   are not to be furhter
> +					   relocated.  */
> +

further

-- 
Alan Modra
Australia Development Lab, IBM


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