fix misinterpretation of operand order in i386 CFI generation
authorAlex Dowad <alexinbeijing@gmail.com>
Tue, 13 Oct 2015 11:28:50 +0000 (13:28 +0200)
committerRich Felker <dalias@aerifal.cx>
Tue, 13 Oct 2015 21:21:05 +0000 (17:21 -0400)
commitfef9c801feeccbb40623f0c2a6e4f2b19f58a34b
treeac12a2eb5585accced8bfb7e54dab8bf1465780d
parentc82d3bada30cb27e14abda7859da5d2e784830ff
fix misinterpretation of operand order in i386 CFI generation

binary ops like ADD, AND, etc. modify the 2nd operand, not 1st.
tools/add-cfi.i386.awk