This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] avr: replace sentinal with iteration from 0 to ARRAY_SIZE
- From: Nick Clifton <nickc at redhat dot com>
- To: tbsaunde+binutils at tbsaunde dot org, binutils at sourceware dot org
- Date: Wed, 1 Jun 2016 17:03:00 +0100
- Subject: Re: [PATCH] avr: replace sentinal with iteration from 0 to ARRAY_SIZE
- Authentication-results: sourceware.org; auth=none
- References: <1464264706-3411-1-git-send-email-tbsaunde+binutils at tbsaunde dot org>
Hi Trev,
> gas/ChangeLog:
> 2016-05-26 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
>
> * config/tc-avr.c (avr_parse_cons_expression): Replace iteration to
> sentinal with iteration to array size.
Approved - please apply.
Cheers
Nick