mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-06-05 01:06:34 +02:00
f85472082c
* configure.ac: Ensure the compiler can promote 16 bit floating point types to float, before enabling that code in od. This was an issue with clang 16 at least. * src/od.c: Adjust for the new defines. * tests/od/od-float.sh: Likewise. Also port to the dash shell, whose inbuilt printf doesn't support hex escapes.