David Gibson
86dbcbd1e4
Rudimentary support for reporting the line number of syntax errors.
19 years ago
David Gibson
c6d036eaec
Oops, use strtoul() instead of strtol() in dtc-lexer.l, so that we
...
correctly handle cell values above 7fffffff. Bug pointed out by Kumar Gala.
19 years ago
David Gibson
f0517db250
Support for specifying memreserve ranges in the source format, based on
...
a patch by Jon Loeliger <jdl AT freescale.com>, although tweaked
substantially.
20 years ago
David Gibson
5a446b0cd8
Add flex option to stop warning about unused yyunput().
20 years ago
David Gibson
c5c437e25b
Oops. Using %{ %} in the rules (rather than definitions) section of a
...
lex file has undefined behaviour. In fact it ends up including the stuff
within the definition of the yylex() function, leading to strange warnings
on gcc-3.4 and compile errors with gcc 4.
20 years ago
David Gibson
81f2e89c75
Rudimentary phandle reference support.
20 years ago
David Gibson
4102d840d9
Initial label support. Also switch to glr-parser mode and get rid of
...
hacks that were necessary without it.
20 years ago
David Gibson
fc14dad769
Initial commit
20 years ago