Re: [libav-devel] [PATCH] Don't interpret the bic instruction as a conditional branch

2014-02-07 Thread Janne Grunau
On 2014-02-07 17:01:06 +0200, Martin Storsjö wrote: > > >> +if ($cond ne "ic") { > >> +if (exists $thumb_labels{$label}) { > >> +print ASMFILE ".thumb_func $label\n"; > >> +} else { > >> +$call_targets{$label}++; > >> +} >

Re: [libav-devel] [PATCH] Don't interpret the bic instruction as a conditional branch

2014-02-07 Thread Martin Storsjö
On February 7, 2014 4:51:19 PM EET, Janne Grunau wrote: >On 2014-02-07 16:31:38 +0200, Martin Storsjö wrote: > >Do not instead of Don't in the commit msg > >> --- >> This doesn't help much right now, but in a number of experimental >> branches I've added things in this clause, and I've had to ha

Re: [libav-devel] [PATCH] Don't interpret the bic instruction as a conditional branch

2014-02-07 Thread Janne Grunau
On 2014-02-07 16:31:38 +0200, Martin Storsjö wrote: Do not instead of Don't in the commit msg > --- > This doesn't help much right now, but in a number of experimental > branches I've added things in this clause, and I've had to hack > around misidentifying bic as a branch in all of them. > --- >

[libav-devel] [PATCH] Don't interpret the bic instruction as a conditional branch

2014-02-07 Thread Martin Storsjo
--- This doesn't help much right now, but in a number of experimental branches I've added things in this clause, and I've had to hack around misidentifying bic as a branch in all of them. --- gas-preprocessor.pl | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/