hack out ubfx and sbfx which are not supported on armv6
authorPeter Michael Green <plugwash@raspbian.org>
Tue, 19 Mar 2019 01:46:21 +0000 (01:46 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 19 Mar 2019 01:46:21 +0000 (01:46 +0000)
commitcd43a112ca74675a06806c4072644fc498291061
tree13a4571e83024108c0bf2fe714ce9788731c02bf
parent19765af0b6ceace5cc424fb4f50e1fd33283f6f4
hack out ubfx and sbfx which are not supported on armv6

I wrote a script to replace ubfx and sbfx with shift operations,
unfortunately these clobber the carry flag, so there is some risk,
hopefully it's ok.....

Gbp-Pq: Name hack-out-ubfx-and-sbfx.patch
runtime/interpreter/mterp/out/mterp_arm.S
runtime/interpreter/mterp/replace-ubfx.py [new file with mode: 0644]