[patch] PPC small data symbols in shared libraries.
Eric Christopher
echristo@redhat.com
Tue Jun 28 21:44:00 GMT 2005
More information about the Binutils mailing list
Tue Jun 28 21:44:00 GMT 2005
- Previous message (by thread): [patch] PPC small data symbols in shared libraries.
- Next message (by thread): [patch] PPC small data symbols in shared libraries.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> {
> + /* 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
- Previous message (by thread): [patch] PPC small data symbols in shared libraries.
- Next message (by thread): [patch] PPC small data symbols in shared libraries.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list