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]

Re: Converting local (or static) functions to global with make


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...


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