Arm32: leave more .bfloat16 processing to common code
authorJan Beulich <jbeulich@suse.com>
Wed, 11 Aug 2021 06:35:18 +0000 (08:35 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 11 Aug 2021 06:35:18 +0000 (08:35 +0200)
commit2557e081af9fde5552b1b96df04166d1a2df620c
tree90fe58536834b9a24cbf6ebe3a6a1b096942d465
parentbcd17d4f518dcd9ffa8b2217f3e215df331bfb1b
Arm32: leave more .bfloat16 processing to common code

With x86 support having been implemented by extending atof-ieee.c, avoid
unnecessary code duplication in md_atof(). This will then also allow to
take advantage of adjustments made there without needing to mirror them
here.
gas/config/tc-arm.c