Vineet Gupta 2d64affc92 Revert "ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailing"
Blingly ignoring CIE.version != 1 was a bad idea.
It still leaves "desirability" when running perf with callgraphing where libgcc
symbols might show in hotspot.

More importantly, basic CIE.version == 3 support already exists in code:

|
|   retAddrReg = state.version <= 1 ? *ptr++ : get_uleb128(&ptr, end);
|

Next commit with simply add continue-not-bail for CIE.version != 1

This reverts commit 323f41f9e7d0cb5b1d1586aded6682855f1e646d.
2015-12-21 13:29:44 +05:30
..
2013-08-26 09:40:24 +05:30
2013-05-07 13:43:54 +05:30
2015-11-17 22:05:30 +05:30
2013-04-09 12:21:14 +05:30
2015-07-06 11:09:01 +05:30