Bug 15293

Summary: libmudflap uses glibc extension functions
Product: gcc Reporter: Richard Earnshaw <rearnsha>
Component: libmudflapAssignee: Not yet assigned to anyone <unassigned>
Status: RESOLVED FIXED    
Severity: minor CC: gcc-bugs
Priority: P2    
Version: tree-ssa   
Target Milestone: 4.0.0   
Host: arm-netbsdelf Target: arm-netbsdelf
Build: arm-netbsdelf Known to work:
Known to fail: Last reconfirmed: 2004-05-05 11:30:58

Description Richard Earnshaw 2004-05-05 09:23:48 UTC
memmem, memrchr and strnlen are all documented as as glibc extensions to the
standard library.  Compiler support libraries shouldn't be using them: you can't
assume that the system C library is glibc.
Comment 1 Andrew Pinski 2004-05-05 11:30:57 UTC
Some very minor problems, these fcuntions should be found by autoconf instead of being staticly 
included.
Comment 2 Frank Ch. Eigler 2004-06-04 20:23:59 UTC
Please try now.