This is the mail archive of the binutils@sources.redhat.com 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: .init_array/.fini_array


On Tue, Oct 22, 2002 at 12:19:24PM +0930, Alan Modra wrote:
>      flags |= SECTION_TLS;
>  
> +  if (!(flags & (SECTION_CODE | SECTION_BSS | SECTION_TLS))
> +      && (strcmp (name, ".init_array") == 0

Add a comment describing the issue, and what _ought_ to be
printed, and the patch is ok.


r~


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