public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Converting local (or static) functions to global with make
@ 2002-09-05 15:40 AGovindan
  2002-09-16 13:28 ` Gokhan Kisacikoglu
  0 siblings, 1 reply; 2+ messages in thread
From: AGovindan @ 2002-09-05 15:40 UTC (permalink / raw)
  To: gcc-help; +Cc: gcc

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Converting local (or static) functions to global with make
  2002-09-05 15:40 Converting local (or static) functions to global with make AGovindan
@ 2002-09-16 13:28 ` Gokhan Kisacikoglu
  0 siblings, 0 replies; 2+ messages in thread
From: Gokhan Kisacikoglu @ 2002-09-16 13:28 UTC (permalink / raw)
  To: AGovindan; +Cc: gcc-help, gcc

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-09-16 20:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-05 15:40 Converting local (or static) functions to global with make AGovindan
2002-09-16 13:28 ` Gokhan Kisacikoglu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).