fix misinterpretation of indexed memory operand in i386 CFI generation
authorAlex Dowad <alexinbeijing@gmail.com>
Tue, 13 Oct 2015 21:58:43 +0000 (17:58 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 13 Oct 2015 21:58:43 +0000 (17:58 -0400)
commit8cfdfa9c8fd84d4090bba54eb616a2c9361a076f
tree6af7d540f2a9d18166d97f91ee363297d6a35df9
parentfef9c801feeccbb40623f0c2a6e4f2b19f58a34b
fix misinterpretation of indexed memory operand in i386 CFI generation

a register used as an index in the memory destination of a mov
instruction was wrongly interpreted as the destination of the mov.
tools/add-cfi.i386.awk