------- Additional Comments From jamesmikedupont at googlemail dot com  
2010-10-03 15:27 -------
../../binutils/sysdep.h:79:1

 #if !HAVE_DECL_STRSTR
 extern char *strstr ();
 #endif

It should look more like this, no?
 extern char *strstr(const char *, const char *) __ATTR_PURE__;

 not ()

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=12089

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to