Summary: | check-static-inits.sh failure on alpha/armel/hppa/mips/mipsel/s390x/sparc | ||
---|---|---|---|
Product: | HarfBuzz | Reporter: | Pino Toscano <toscano.pino> |
Component: | src | Assignee: | Behdad Esfahbod <freedesktop> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | freedesktop |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Ignore libgcc bit operations functions |
Description
Pino Toscano
2014-02-04 06:44:49 UTC
Fix differently. Thanks. Author: Behdad Esfahbod <behdad@behdad.org> Date: Wed Apr 9 16:33:32 2014 -0700 Tighten up check-static-inits.sh check Fixes https://bugs.freedesktop.org/show_bug.cgi?id=74490 diff --git a/src/check-static-inits.sh b/src/check-static-inits.sh index bb0a7ff..83d02c8 100755 --- a/src/check-static-inits.sh +++ b/src/check-static-inits.sh @@ -30,7 +30,7 @@ done echo "Checking that no object file has lazy static C++ constructors/destructors or other such stu for obj in $OBJS; do - if objdump -t "$obj" | grep '__c'; then + if objdump -t "$obj" | grep '__cxa_'; then |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.