public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Gokhan Kisacikoglu <kisa@centropolisfx.com>
To: AGovindan@coppermountain.com
Cc: gcc-help@gcc.gnu.org, gcc@gcc.gnu.org
Subject: Re: Converting local (or static) functions to global with make
Date: Mon, 16 Sep 2002 13:28:00 -0000	[thread overview]
Message-ID: <3D863EBB.A9CD0A55@centropolisfx.com> (raw)
In-Reply-To: <583EFB625043D511920400D0B74178C802D49FD8@fs-sd-exch2.coppermountain.com>

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

      reply	other threads:[~2002-09-16 20:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-05 15:40 AGovindan
2002-09-16 13:28 ` Gokhan Kisacikoglu [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3D863EBB.A9CD0A55@centropolisfx.com \
    --to=kisa@centropolisfx.com \
    --cc=AGovindan@coppermountain.com \
    --cc=gcc-help@gcc.gnu.org \
    --cc=gcc@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).