factor common awk functions for CFI generation scripts into new file
authorAlex Dowad <alexinbeijing@gmail.com>
Fri, 2 Oct 2015 11:32:32 +0000 (13:32 +0200)
committerRich Felker <dalias@aerifal.cx>
Thu, 8 Oct 2015 21:03:10 +0000 (21:03 +0000)
commit0650a05947c9f67cedff693d2e1c2f61a8e6c0d3
treeb586b689f6edd5538caf8801dca87b64a1ca84d1
parent2d51c4ad57d5cbb083b5bce94ff692490c10ee2d
factor common awk functions for CFI generation scripts into new file

There is a lot which could be common between i386 and x86_64, but none
of it will be useful for any other arch. These should be useful for
all archs, however.
Makefile
tools/add-cfi.common.awk [new file with mode: 0644]
tools/add-cfi.i386.awk