This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
__attribute__((alias(...)) and __attribute__ ((weak))
- To: "'gcc-help at gcc dot gnu dot org'" <gcc-help at gcc dot gnu dot org>
- Subject: __attribute__((alias(...)) and __attribute__ ((weak))
- From: Hansjörg Petriffer <hpetriffer at grips dot com>
- Date: Wed, 28 Mar 2001 14:20:28 +0200
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