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: [plugins] RFA: Merge plugins into mainline [4/5 - configury]


On Fri, Apr 03, 2009 at 06:30:15PM -0700, Ian Lance Taylor wrote:
> It's not clear to me that we should be testing for ELF hosts, although
> that may suffice for now.  As far as I can see, all the plugin support
> requires is dlopen and dlsym.  We could have the configure script test
> for those, rather than use a list of hosts.

Wasn't the problem that plugins could call any function in GCC, or did
that get scrapped?  Thus -rdynamic.

-- 
Daniel Jacobowitz
CodeSourcery


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