View | Details | Raw Unified | Return to bug 133860 | Differences between
and this patch

Collapse All | Expand All

(-)lorder.sh (-3 / +3 lines)
Lines 55-68 Link Here
55
	echo $i $i
55
	echo $i $i
56
done
56
done
57
57
58
# if the line has " [TDW] " it's a globally defined symbol, put it
58
# if the line has " [RTDW] " it's a globally defined symbol, put it
59
# into the symbol file.
59
# into the symbol file.
60
#
60
#
61
# if the line has " U " it's a globally undefined symbol, put it into
61
# if the line has " U " it's a globally undefined symbol, put it into
62
# the reference file.
62
# the reference file.
63
${NM} -go $* | sed "
63
${NM} -go $* | sed "
64
	/ [TDW] / {
64
	/ [RTDW] / {
65
		s/:.* [TDW] / /
65
		s/:.* [RTDW] / /
66
		w $S
66
		w $S
67
		d
67
		d
68
	}
68
	}

Return to bug 133860