This is the mail archive of the gcc-help@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]

Renaming a symbol within a library


Hi all,

Here's my problem : I have a library ( say libA.a ) which contains a symbol definition ( say `myfunc' ), and I want to rename the definition of `myfunc' in `myfuncA', that is I want `myfunc' to be an undefined symbol, and I want `myfuncA' to hold the definition of `myfunc'. I have tried unsuccessfully to fiddle with --defsym and -u.

Thanks for your help.

Philippe Marguinaud

_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963



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