commit | 5f0c3b2d6235dec65fff1628a97f45e21680b36d | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@wwwdotorg.org> | Tue Apr 03 20:56:00 2012 -0600 |
committer | Jon Loeliger <jdl@jdl.com> | Mon Apr 09 08:42:05 2012 -0500 |
tree | 02879e2ced2df8ebd86fc97219d9fe709f8af332 | |
parent | eaec1dbc5946d5fd01a9ef7120f8461c74d759a0 [diff] |
dtc: Basic integer expressions Written by David Gibson <david@gibson.dropbear.id.au>. Additions by me: * Ported to ToT dtc. * Renamed cell to integer throughout. * Implemented value range checks. * Allow U/L/UL/LL/ULL suffix on literals. * Enabled the commented test. Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>