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: [patch] PPC small data symbols in shared libraries.


>  {
> +  /* Ignore small data symbols exported from shared libraries.  */
> +  if ((abfd->flags & DYNAMIC) != 0
> +      && (strcmp (*namep, "_SDA_BASE_") == 0
> +         || strcmp (*namep, "_SDA2_BASE_") == 0))
> 
I'd make the comment clearer about why we're ignoring them.

-eric


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