gas: fix hex float parsing from .dcb.? directives
authorJan Beulich <jbeulich@suse.com>
Wed, 16 Jun 2021 06:55:52 +0000 (08:55 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 16 Jun 2021 06:55:52 +0000 (08:55 +0200)
commitbb32eac5a90b2b141fed4ce490aded74134f1d75
tree9c3a5e48cee0a436229e28481ce896ca3c10d109
parent4504a6346777d544a144683bd2a534b686fbac41
gas: fix hex float parsing from .dcb.? directives

Unlike for .dc.? the parsing here failed to skip the colon before
calling hex_float(). To avoid both variants of parsing going out of sync
again, introduce a helper used by both.
gas/ChangeLog
gas/read.c
gas/testsuite/gas/all/float.s
This page took 0.025939 seconds and 4 git commands to generate.