From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [PATCH 1/2] dtc: Update generated files to output from Bison 2.5 Date: Thu, 13 Jun 2013 23:24:55 +0100 Message-ID: References: <1371160133-10104-1-git-send-email-grant.likely@linaro.org> <1371160133-10104-2-git-send-email-grant.likely@linaro.org> <51BA42C8.60900@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: In-Reply-To: <51BA42C8.60900@wwwdotorg.org> Sender: linux-kernel-owner@vger.kernel.org To: Stephen Warren Cc: Linux Kernel Mailing List , devicetree-discuss List-Id: devicetree@vger.kernel.org On Thu, Jun 13, 2013 at 11:08 PM, Stephen Warren wrote: > On 06/13/2013 03:48 PM, Grant Likely wrote: >> This patch merely updates the generated dtc parser and lexer files to >> the output generated by Bison 2.5. The previous versions were generated >> from version 2.4.1. The only reason for this commit is to minimize the >> diff on the next commit which fixes a bug in the DTC #line directive >> parsing. Otherwise the Bison changes would be intermingled with the >> functional changes. > > Do you actually need this patch? It should make no functional > difference, and patch 2/2 only affects the lexer, not the parser, so > wouldn't have these changes mingled in. > > But I suppose I'm not objecting. I wasn't going to change one without the other. I rebuilt all of dtc based on the version of dtc currently in the kernel and committed the result. I'm not experienced enough with bison to try and hand select the changes that do and do not go in. g.