Re: Difficulties when using script-version file for exporting functions with binutils 2.19.1

2009-03-11 Thread Alan Modra
On Wed, Mar 11, 2009 at 01:14:59PM +0100, Juan Renau wrote: > When using the 2.16 ld I can export these functions by adding them > into the global section of the version file. Are you sure about this claim? My 2.16.1 x86 binutils does not allow a hidden visibility symbol to be made global by a ve

Difficulties when using script-version file for exporting functions with binutils 2.19.1

2009-03-11 Thread Juan Renau
Hello everybody I have just upgraded the bintuils from 2.16 to the 2.19.1 and I'm having some new difficulties when using a script version-file. I use a script-version file to export some not-explicit exported C-functions by the DLL. The objects for the DLL are built using g++ -fvisibility-hid