[libav-devel] [PATCH] Check the matched conditions in regexps that match branches

2014-02-07 Thread Martin Storsjo
This avoids interpreting instructions such as e.g. bic as a branch with the condition 'ic'. --- Updated to check the condition against the list of conditions from ARM ARM. --- gas-preprocessor.pl | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git

Re: [libav-devel] [PATCH] Check the matched conditions in regexps that match branches

2014-02-07 Thread Janne Grunau
On 2014-02-07 21:03:12 +0200, Martin Storsjö wrote: This avoids interpreting instructions such as e.g. bic as a branch with the condition 'ic'. --- Updated to check the condition against the list of conditions from ARM ARM. --- gas-preprocessor.pl | 15 ++- 1 file changed, 10