This is the mail archive of the egcs@egcs.cygnus.com mailing list for the EGCS project. See the EGCS home page for more information.
On Mar 8, 1999, dmartin@clifton-labs.com (Dale E. Martin) wrote:
> Alexandre Oliva <oliva@dcc.unicamp.br> writes:
>> Why do you think so?
> As one example - if I run "strings scram | grep "dl_list" | wc -l" on my
> binary, I get 262 lines of output. "dl_list" is a very small template
> class. So I'm assuming it's due to multiple instances. Is this a bad
> assumption? Could it be due to inlining? Even if I'm compiling without
> optimization?
What about debugging?
Try `nm --demangle' instead of `strings'; if you get more than one
definition (not `U') for each symbol, you may have found a problem.
--
Alexandre Oliva http://www.dcc.unicamp.br/~oliva aoliva@{acm.org,computer.org}
oliva@{dcc.unicamp.br,gnu.org,egcs.cygnus.com,samba.org}
Instituto de Computação, Universidade Estadual de Campinas, SP, Brasil