OpenCores
URL https://opencores.org/ocsvn/vtach/vtach/trunk

Subversion Repositories vtach

[/] [vtach/] [trunk/] [asm/] [mergelist] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 wd5gnr
#!/usr/bin/gawk -f
2
 
3
# Usage mergelist symfile dumpfile
4
# the symfile is what comes out of the axasm -H option on stderr
5
# the dump file is what comes out of the -H option on stdout
6
 
7
# process sym line
8
$2==":" {
9
    xref[$3 ":" ]=$1
10
    next
11
}
12
 
13
# must be dump line
14
   {
15
       if (xref[$1]!="") print xref[$1] ":"
16
       print
17
   }

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.