Bug 15293 - libmudflap uses glibc extension functions
Summary: libmudflap uses glibc extension functions
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: libmudflap (show other bugs)
Version: tree-ssa
: P2 minor
Target Milestone: 4.0.0
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-05 09:23 UTC by Richard Earnshaw
Modified: 2004-06-04 20:23 UTC (History)
1 user (show)

See Also:
Host: arm-netbsdelf
Target: arm-netbsdelf
Build: arm-netbsdelf
Known to work:
Known to fail:
Last reconfirmed: 2004-05-05 11:30:58


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.