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]

__attribute__((alias(...)) and __attribute__ ((weak))


Hello,

I have to port a program which uses a lot of "alias and weak" for a
i386-coff plattform. But now it seems for me that at least alias makes
problem to port, because it isn't supported for the target. Is there an easy
way to make an work arround for this symbols or have I to made for every
function a second function which calls the other function?

Thanks for any hint


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