This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] aarch64: move bogus assertion
- From: Tristan Gingold <gingold at adacore dot com>
- To: Marcus Shawcroft <marcus dot shawcroft at gmail dot com>
- Cc: "binutils at sourceware dot org" <binutils at sourceware dot org>, Jan Beulich <JBeulich at suse dot com>
- Date: Fri, 24 Oct 2014 12:54:12 +0200
- Subject: Re: [PATCH] aarch64: move bogus assertion
- Authentication-results: sourceware.org; auth=none
- References: <5444F0860200007800040228 at mail dot emea dot novell dot com> <CAFqB+Pz2+S8C96MHGr2bhoPENoDjBXgvnGY=Gr=rO9qojqVj3g at mail dot gmail dot com> <CAFqB+PyMd9X7R-_bM+-2QbUE6b-HZc3Gr_iH=di_KQCD-M1F0Q at mail dot gmail dot com>
> On 24 Oct 2014, at 12:52, Marcus Shawcroft <marcus.shawcroft@gmail.com> wrote:
>
> On 20 October 2014 13:05, Marcus Shawcroft <marcus.shawcroft@gmail.com> wrote:
>> On 20 October 2014 10:22, Jan Beulich <JBeulich@suse.com> wrote:
>>> Asserting "idx" to be non-negative when subsequent code handles this
>>> case is bogus. In fact the assertion triggers e.g. when mistakenly
>>> using the arm32 comment character @ following an instruction.
>>>
>>> While doing this I also noticed that despite there being local
>>> variables "detail" and "idx", not all places where they could be used
>>> did actually make use of them, so this is being adjusted at once.
>>>
>>> Finally, for the code to be slightly more robust, also change
>>> comparisons against -1 to such checking for a (non-)negative value.
>>>
>>> gas/
>>> 2014-10-20 Jan Beulich <jbeulich@suse.com>
>>
>> Double space before <.
>>
>>>
>>> * config/tc-aarch64.c (output_operand_error_record): Move down
>>> assertion of idx being non-negative. Use local variables when
>>> available.
>>
>> OK, thanks.
>>
>>
>> Tristan, Are we OK to back port this to the 2.25 branch ?
>
>
> Tristan, I think you may have missed this, I copied in your personal
> email address by mistake in my original question. Sorry.
Ok for backport.
Tristan.