This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: Build shared libraries with -Bsymbolic-functions


> I checked in the libjava part. Here is the updated patch for other
> libraries. If someone can give me a list of functions in libobjc
> which should be overridable, I will add them to the dynamic list
> for libobjc.

All except for the class functions themselves.  For libobjc, a better
way of doing this is actually marking the class methods as hidden as they
are never called directly.

-- Pinski


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