]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r337964, r338232: dtc(1) updates
authorkevans <kevans@FreeBSD.org>
Wed, 3 Oct 2018 17:14:40 +0000 (17:14 +0000)
committerkevans <kevans@FreeBSD.org>
Wed, 3 Oct 2018 17:14:40 +0000 (17:14 +0000)
commit6cd2065f7dec5cbe20866dd48ec1759042b3c232
tree26610d2144a693c3567406e1dfab77e7ec7752f1
parent73e005a283d643b82d16d8adef2a84d9160f64ea
MFC r337964, r338232: dtc(1) updates

r337964:
dtc(1): Update to 97d2d5715eeb45108cc60367fdf6bd5b2046b050

Notable fixes:
- Overlays may now be generated properly without -@
- /__local_fixups__ were not including unit address in their structure
- The error reporting a magic token was misleading, reporting
  "Bad magic token in header.  Got d00dfeed expected 0xd00dfeed"
  if the token was missing. This has been split out into a separate message.

r338232:
dtc(1): Update to 0892ec7; HACKING and implicit header fixes

Fixes courtesy of arichardson and jmg:
- HACKING was pointing to the wrong place
- Added headers were being relied on implicitly, but libstdc++ did not
  comply with the unspoken wishes of dtc.
usr.bin/dtc/HACKING
usr.bin/dtc/dtb.cc
usr.bin/dtc/fdt.cc
usr.bin/dtc/string.cc
usr.bin/dtc/util.hh