[patch] PPC small data symbols in shared libraries.

Eric Christopher echristo@redhat.com
Tue Jun 28 21:44:00 GMT 2005
>  {
> +  /* 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



More information about the Binutils mailing list