mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-15 00:12:00 +02:00
* 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.