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: [v3] more symbol exports



> That's gonna be the tricky part:  testing for supported ld's.  Until they
> bump the version in src/bfd/configure.in to something greater than 2.11.93,
> we can't simply do a version test.  (They don't seem to bump the version
> using any particular criteria.)

Well then... perhaps a patch to src/bfd/configure.in could be presented to 
the binutils list?

> The Autoconf Way would be to test for supported functionality, but how
> to do that correctly escapes me.  (Try linking a random shared library
> using -Wl,--version-script with globbing patterns, and see if a syntax
> errors results?)

Huh. I have no idea, and it doesn't look very inviting, does it? Try 
posting the binutils patch and seeing if anyone is especially clever...

-benjamin


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