[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Default value for CFLAGS/LDFLAGS set by dpkg



On Mon, Mar 31, 2008 at 08:09:04PM +0000, brian m. carlson wrote:
> On Mon, Mar 31, 2008 at 06:57:48PM +0200, Kurt Roeckx wrote:
>> On Mon, Mar 31, 2008 at 05:34:05PM +0200, Loïc Minier wrote:
>>>  I just wondered: is it possible to reverse/disable the effects of
>>>  -Bsymbolic-functions if LD_PRELOAD is set?  Or is it too late already
>>>  and some information was definitely lost?
>>
>> If it does the same thing as -Bsymbolic, but only for functions, it
>> resolved all the relocations already and can only call functions
>> internally in the library.
>
> According to ld(1):
>
>   -Bsymbolic-functions
> 	  When creating a shared library, bind references to global function 	  
> symbols to the definition within the shared library, if any.
> 	  This option is only meaningful on ELF platforms which support 	  
> shared libraries.

A little bit OT, but does this have the same result as what is done
here[1] ?

Mike

1. http://svn.gnome.org/viewvc/libxml2/trunk/elfgcchack.h?revision=3720&view=markup


Reply to: