bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: strstr in gnulib


From: Bruno Haible
Subject: Re: strstr in gnulib
Date: Tue, 9 Nov 2010 02:58:24 +0100
User-agent: KMail/1.9.9

Hello Dilyan,

> why doesn't nm report printf? 

gcc optimizes special cases of printf, such as "%s" and "%s\n".

> Any ideas what could be wrong

No... The next things to try is to print the result of strstr using "%p",
or inspect it in a debugger. After that, single-stepping the strstr function
in the debugger would be next.

Bruno



reply via email to

[Prev in Thread] Current Thread [Next in Thread]