Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 258913
Collapse All | Expand All

(-)a/src/test/runtests.sh (-1 / +1 lines)
Lines 57-62 sed -n '/^librc_hidden_proto/s:.*(\(.*\))$:\1:p' ${librc_srcdir}/librc.h \ Link Here
57
	| LC_ALL=C sort -u \
57
	| LC_ALL=C sort -u \
58
	> librc.funcs.hidden.list
58
	> librc.funcs.hidden.list
59
readelf -Wr $(grep -l '#include[[:space:]]"librc\.h"' ${librc_srcdir}/*.c | sed 's:\.c$:.o:') \
59
readelf -Wr $(grep -l '#include[[:space:]]"librc\.h"' ${librc_srcdir}/*.c | sed 's:\.c$:.o:') \
60
	| egrep -v -e 'R_PARISC_(DP|SEG)REL' \
60
	| awk '$5 ~ /^rc_/ {print $5}' \
61
	| awk '$5 ~ /^rc_/ {print $5}' \
61
	| LC_ALL=C sort -u \
62
	| LC_ALL=C sort -u \
62
	| egrep -v '^rc_environ_fd$' \
63
	| egrep -v '^rc_environ_fd$' \
63
- 

Return to bug 258913