Folks, This 4 part patch series for the DTC has:
0001-Reformat-grammar-rules-to-not-mix-language-syntax-an.patch 0002-Quiet-a-bogus-May-be-used-uninitialized-warning.patch 0003-Appease-the-printf-format-Gods-with-a-correct-typ.patch 0004-Begin-the-path-to-sane-literals-and-expressions.patch The first is a pure whitespace formatting cleaning. The second two clean compiler warnings. The final one introduces a versioned DTS file with support for C-like literals. dtc-lexer.l | 180 ++++++++++++++++++++++++++++-------- dtc-parser.y | 275 ++++++++++++++++++++++++++++++++++++++++-------------- dtc.c | 26 +++++ dtc.h | 23 ++++- flattree.c | 2 +- srcpos.h | 1 + tests/get_name.c | 2 +- treesource.c | 24 ++++- 8 files changed, 413 insertions(+), 120 deletions(-) Thanks, jdl _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev