linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* DTC Updates
@ 2007-10-16 13:32 Jon Loeliger
  2007-10-17  0:34 ` David Gibson
  0 siblings, 1 reply; 2+ messages in thread
From: Jon Loeliger @ 2007-10-16 13:32 UTC (permalink / raw)
  To: linuxppc-dev


Guys and Dolls,

I pushed out all of David's recent DTC and libfdt patches.
I also jammed the following patch into the mix as well.

HTH,
jdl



commit 9e32930ebcacfcf7cb7c1c2b8e776eb3957cf6cb
Author: Jon Loeliger <jdl@freescale.com>
Date:   Tue Oct 16 07:35:38 2007 -0500

    Restore warning message about bison expected output.

    It was dropped in ad9593f229362782b953da4b805df713e8468df0.

    Signed-off-by: Jon Loeliger <jdl@jdl.com>

diff --git a/Makefile b/Makefile
index 84f0efe..d7d1af5 100644
--- a/Makefile
+++ b/Makefile
@@ -207,6 +207,7 @@ clean: libfdt_clean tests_clean

 %.tab.c %.tab.h %.output: %.y
        @$(VECHO) BISON $@
+       @$(VECHO) ---- Expect 2 s/r and 2 r/r. ----
        $(BISON) -d $<

 FORCE:

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: DTC Updates
  2007-10-16 13:32 DTC Updates Jon Loeliger
@ 2007-10-17  0:34 ` David Gibson
  0 siblings, 0 replies; 2+ messages in thread
From: David Gibson @ 2007-10-17  0:34 UTC (permalink / raw)
  To: Jon Loeliger; +Cc: linuxppc-dev

On Tue, Oct 16, 2007 at 08:32:45AM -0500, Jon Loeliger wrote:
> 
> Guys and Dolls,
> 
> I pushed out all of David's recent DTC and libfdt patches.
> I also jammed the following patch into the mix as well.
> 
> HTH,
> jdl
> 
> 
> 
> commit 9e32930ebcacfcf7cb7c1c2b8e776eb3957cf6cb
> Author: Jon Loeliger <jdl@freescale.com>
> Date:   Tue Oct 16 07:35:38 2007 -0500
> 
>     Restore warning message about bison expected output.

Heh, the removal was kind of deliberate, since I didn't think it was
actually all that much use.  But I don't really care much one way or
the other.

I really wish bison would suppress these warnings in glr-parser mode.

> 
>     It was dropped in ad9593f229362782b953da4b805df713e8468df0.
> 
>     Signed-off-by: Jon Loeliger <jdl@jdl.com>
> 
> diff --git a/Makefile b/Makefile
> index 84f0efe..d7d1af5 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -207,6 +207,7 @@ clean: libfdt_clean tests_clean
> 
>  %.tab.c %.tab.h %.output: %.y
>         @$(VECHO) BISON $@
> +       @$(VECHO) ---- Expect 2 s/r and 2 r/r. ----
>         $(BISON) -d $<
> 
>  FORCE:
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev
> 

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-10-17  0:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-16 13:32 DTC Updates Jon Loeliger
2007-10-17  0:34 ` David Gibson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).