Skip to content

Commit

Permalink
check: Fix for link-time-optimisation
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Wilson committed Sep 6, 2010
1 parent a9e055f commit e3afbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/check-def.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ for def in $defs; do

{
echo EXPORTS
eval $get_cairo_syms | c++filt --no-params | grep -v '^_cairo_test_\|^_fini\|^_init\|^_save[fg]pr\|^_rest[fg]pr\|^_Z' | sort -u
eval $get_cairo_syms | c++filt --no-params | grep -v '^_cairo_test_\|^_fini\|^_init\|^_save[fg]pr\|^_rest[fg]pr\|^_Z\|^__gnu' | sort -u
# cheat: copy the last line from the def file!
tail -n1 "$def"
} | diff "$def" - >&2 || stat=1
Expand Down

0 comments on commit e3afbc1

Please sign in to comment.