From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Oliva To: dmartin@clifton-labs.com (Dale E. Martin) Cc: egcs@egcs.cygnus.com Subject: Re: -frepo bugs in 1.1.1? Date: Wed, 31 Mar 1999 23:46:00 -0000 Message-ID: References: <8790d8m7bm.fsf@chinchilla.clifton-labs.com> <87k8wr4ttd.fsf@chinchilla.clifton-labs.com> X-SW-Source: 1999-03n/msg00309.html Message-ID: <19990331234600.fPhqMKrBRphBjTN1ShGCx2mzQI82mIblJT2labXc-AU@z> On Mar 8, 1999, dmartin@clifton-labs.com (Dale E. Martin) wrote: > Alexandre Oliva 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