~ubuntu-branches/ubuntu/quantal/gclcvs/quantal

« back to all changes in this revision

Viewing changes to xbin/get-internal-calls

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2004-06-24 15:13:46 UTC
  • Revision ID: james.westby@ubuntu.com-20040624151346-xh0xaaktyyp7aorc
Tags: 2.7.0-26
C_GC_OFFSET is 2 on m68k-linux

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
echo '(setq all-references ('
 
2
for v in $@ ; do
 
3
echo
 
4
echo ';;/*' for  file $v '*/'
 
5
echo 
 
6
echo  '(' \"$v\"
 
7
grep ":IC" $v > tmpx.c
 
8
gcc -E tmpx.c | sed -e '/# [0-9]/d' -e '/  static /d' \
 
9
        -e "s:\\(.*\\) \\([a-zA-Z_0-9]*\\) \\((.*)\\);:\"\\2\":g" | sort
 
10
echo ')'
 
11
done
 
12
echo '))'