commit | 43a68c63e46c88b94068c18255db2d6c7d9e3740 | [log] [tgz] |
---|---|---|
author | Milton Miller <miltonm@bga.com> | Sat Jul 07 01:18:52 2007 -0500 |
committer | Jon Loeliger <jdl@freescale.com> | Sat Jul 07 10:14:12 2007 -0500 |
tree | 74b9f6aae37598c4bfd50469c7c38939f73453d6 | |
parent | 6a99b1313208d05ba6d9c5d3858230d9ee785f8c [diff] |
dtc: store labels in ascending order When adding a label, walk to the end of the list since the label reflects the end of the data. Since merging data buffers already preserved the order, this will cause the labels to be emitted in order when writing assembly output. It should also aid emiting labels when writing dts output should that be added in the future (data formatting would need to break at each label). Signed-off-by: Milton Miller <miltonm@bga.com>