commit | 1b6d1941dc5b589632c254ee6e960404d7cef5f2 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Thu Sep 27 17:11:05 2012 -0600 |
committer | Jon Loeliger <jdl@jdl.com> | Fri Sep 28 09:24:39 2012 -0500 |
tree | e9104f21e58cc57ca56879e84935f2db78e19e1e | |
parent | 1ff3d3f8de701ed107e908030b5c1fed9d17125a [diff] |
dtc: cpp co-existence: add support for #line directives 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 <swarren@nvidia.com> Acked-by: David Gibson <david@gibson.dropbear.id.au>