Re: Fix C6x 24-bit unwinding opcodes

2011-10-21 Thread Bernd Schmidt
On 10/03/11 17:52, Paul Brook wrote: > The C6XABI defined persoality routines ID 3 and 4 use a single 24-bit block > word of unwinding data. Patch below makes sure this is preserved, rather > than > treating it as a set of unwinding opcode bytes. > > I seem to have lost this bit of code when I

Fix C6x 24-bit unwinding opcodes

2011-10-03 Thread Paul Brook
The C6XABI defined persoality routines ID 3 and 4 use a single 24-bit block word of unwinding data. Patch below makes sure this is preserved, rather than treating it as a set of unwinding opcode bytes. I seem to have lost this bit of code when I merged the ARM and c6x implementations. Applied