fix instruction matching errors in i386 CFI generation
authorAlex Dowad <alexinbeijing@gmail.com>
Fri, 2 Oct 2015 11:32:33 +0000 (13:32 +0200)
committerRich Felker <dalias@aerifal.cx>
Thu, 8 Oct 2015 21:04:41 +0000 (21:04 +0000)
commitdc97951402b499023ce877dd2438bce0840b2c26
treefff46eb4e5ec75eaef6a26aaf412f1fea4e52075
parent0650a05947c9f67cedff693d2e1c2f61a8e6c0d3
fix instruction matching errors in i386 CFI generation

fdiv and fmul instructions were wrongly matched by the rules for
integer div and mul instructions, leading to incorrect conclusions
about register values being clobbered.
tools/add-cfi.i386.awk