From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Subject: Re: [PATCH V3 2/2] dtc: cpp co-existence: add support for #line directives Date: Fri, 28 Sep 2012 09:25:34 -0500 Message-ID: References: <1348787465-9745-1-git-send-email-swarren@wwwdotorg.org> <1348787465-9745-2-git-send-email-swarren@wwwdotorg.org> <20120928000807.GD24942@truffula.fritz.box> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <20120928000807.GD24942-W9XWwYn+TF0XU02nzanrWNbf9cGiqdzd@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: David Gibson Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Stephen Warren List-Id: devicetree@vger.kernel.org > On Thu, Sep 27, 2012 at 05:11:05PM -0600, Stephen Warren wrote: > > From: Stephen Warren > > > > Line control directives of the following formats are supported: > > #line LINE "FILE" > > # LINE "FILE" [FLAGS] > > > > This allows dtc to consume the output of pre-processors, and to provide > > error messages that refer to the original filename, including taking > > into account any #include directives that the pre-processor may have > > performed. > > > > Signed-off-by: Stephen Warren > > Acked-by: David Gibson > > Jon, please apply. Both 1/2 and 2/2 applied and pushed out. Thanks, jdl