kevans 3a3d912cfc stand: Improve some debugging experience
Some of these files using <FOO>_DEBUG defined a DEBUG() macro to serve as a
debug-printf. -DDEBUG is useful to enable some debugging output across
multiple ELF/common parts, so switch the DEBUG-as-printf macros over to
something more like DPRINTF that is more commonly used for this kind of
thing and less likely to conflict.

userboot/elf64_freebsd debugging also assumed %llx for uint64; use PRIx64
instead.

MFC after:	1 week
2019-03-12 16:21:39 +00:00
..
2018-02-26 03:16:47 +00:00
2018-04-27 22:15:18 +00:00
2019-02-26 06:22:10 +00:00
2019-02-26 06:22:10 +00:00
2019-02-04 21:28:25 +00:00
2019-02-26 06:22:10 +00:00
2019-02-26 06:22:10 +00:00
2019-02-26 06:22:10 +00:00
2018-08-15 11:39:13 +00:00
2019-01-20 21:09:44 +00:00
2018-12-03 17:51:10 +00:00
2019-02-26 06:22:10 +00:00
2018-07-08 07:42:49 +00:00
2017-12-02 00:06:58 +00:00