Converting local (or static) functions to global with make
Gokhan Kisacikoglu
kisa@centropolisfx.com
Mon Sep 16 13:28:00 GMT 2002
AGovindan@coppermountain.com wrote:
>
> I'm trying to find an option with make which could convert all local
> functions to global to produce all global symbol table. This might be useful
> to debug after a crash. Is there any way to do this without modifying the
> function prototype or definitions?
>
> thanks a lot for your time.
>
> arun
you mean linker not make -I guess-, the linker can optionally make the
local functions unhidden in the symbol table, probably using the linker
options with gcc or ld...
More information about the Gcc-help
mailing list