public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* __PRETTY_FUNCTION__
@ 2004-03-25  0:56 Tim Canham
  2004-03-25  0:59 ` __PRETTY_FUNCTION__ Eljay Love-Jensen
  2004-03-25  1:21 ` __PRETTY_FUNCTION__ llewelly
  0 siblings, 2 replies; 5+ messages in thread
From: Tim Canham @ 2004-03-25  0:56 UTC (permalink / raw)
  To: gcc-help

Based on my reading, this is a symbol that stores a string of the 
prettified function name. Is there any way to remove this from the 
object code? It is taking up a ton of space and we don't use it.
-- 
Timothy K. Canham
Jet Propulsion Laboratory
Pasadena, CA
Timothy.Canham@jpl.nasa.gov
MDS Flight Software

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

* Re: __PRETTY_FUNCTION__
  2004-03-25  0:56 __PRETTY_FUNCTION__ Tim Canham
@ 2004-03-25  0:59 ` Eljay Love-Jensen
  2004-03-25  1:21 ` __PRETTY_FUNCTION__ llewelly
  1 sibling, 0 replies; 5+ messages in thread
From: Eljay Love-Jensen @ 2004-03-25  0:59 UTC (permalink / raw)
  To: Tim Canham, gcc-help

Hi Tim,

That's odd.  Doesn't show up in my object files or executables, unless I 
use it.

--Eljay

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

* Re: __PRETTY_FUNCTION__
  2004-03-25  0:56 __PRETTY_FUNCTION__ Tim Canham
  2004-03-25  0:59 ` __PRETTY_FUNCTION__ Eljay Love-Jensen
@ 2004-03-25  1:21 ` llewelly
  2004-03-25  9:01   ` __PRETTY_FUNCTION__ Tim Canham
  1 sibling, 1 reply; 5+ messages in thread
From: llewelly @ 2004-03-25  1:21 UTC (permalink / raw)
  To: Tim Canham; +Cc: gcc-help

Tim Canham <Timothy.Canham@jpl.nasa.gov> writes:

> Based on my reading, this is a symbol that stores a string of the
> prettified function name. Is there any way to remove this from the
> object code? It is taking up a ton of space and we don't use it.

Probably you have an accidental use of it somewhere. Double check all
of your debug and tracing code.

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

* Re: __PRETTY_FUNCTION__
  2004-03-25  1:21 ` __PRETTY_FUNCTION__ llewelly
@ 2004-03-25  9:01   ` Tim Canham
  2004-03-25 14:02     ` __PRETTY_FUNCTION__ Nathan Sidwell
  0 siblings, 1 reply; 5+ messages in thread
From: Tim Canham @ 2004-03-25  9:01 UTC (permalink / raw)
  To: llewelly; +Cc: gcc-help

I grepped through all our code, and it doesn't appear anywhere.

llewelly@xmission.com wrote:
> Tim Canham <Timothy.Canham@jpl.nasa.gov> writes:
> 
> 
>>Based on my reading, this is a symbol that stores a string of the
>>prettified function name. Is there any way to remove this from the
>>object code? It is taking up a ton of space and we don't use it.
> 
> 
> Probably you have an accidental use of it somewhere. Double check all
> of your debug and tracing code.
> 

-- 
Timothy K. Canham
Jet Propulsion Laboratory
Pasadena, CA
Timothy.Canham@jpl.nasa.gov
MDS Flight Software

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

* Re: __PRETTY_FUNCTION__
  2004-03-25  9:01   ` __PRETTY_FUNCTION__ Tim Canham
@ 2004-03-25 14:02     ` Nathan Sidwell
  0 siblings, 0 replies; 5+ messages in thread
From: Nathan Sidwell @ 2004-03-25 14:02 UTC (permalink / raw)
  To: Tim Canham; +Cc: llewelly, gcc-help

Tim Canham wrote:
> I grepped through all our code, and it doesn't appear anywhere.
what version of gcc are you using?
Please post example source that produces these strings.

nathan
-- 
Nathan Sidwell    ::   http://www.codesourcery.com   ::     CodeSourcery LLC
nathan@codesourcery.com    ::     http://www.planetfall.pwp.blueyonder.co.uk


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

end of thread, other threads:[~2004-03-25  9:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-25  0:56 __PRETTY_FUNCTION__ Tim Canham
2004-03-25  0:59 ` __PRETTY_FUNCTION__ Eljay Love-Jensen
2004-03-25  1:21 ` __PRETTY_FUNCTION__ llewelly
2004-03-25  9:01   ` __PRETTY_FUNCTION__ Tim Canham
2004-03-25 14:02     ` __PRETTY_FUNCTION__ Nathan Sidwell

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