commit | bcd17d4f518dcd9ffa8b2217f3e215df331bfb1b | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Wed Aug 11 08:34:18 2021 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Wed Aug 11 08:34:18 2021 +0200 |
tree | 72635b13727200fefa81f0e6a89a8cd992915444 | |
parent | de133cf98cdf4cb3d1461ef10c83ce72df7399c7 [diff] |
gas: make 2nd argument of .dcb.* consistently optional Unlike the forms consuming/producing integer data, the floating point ones so far required the 2nd argument to be present, contrary to documentation. To avoid code duplication, split float_length() out of hex_float() (taking the opportunity to adjust error message wording).