Arm64: leave .bfloat16 processing to common code
authorJan Beulich <jbeulich@suse.com>
Wed, 11 Aug 2021 06:35:42 +0000 (08:35 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 11 Aug 2021 06:35:42 +0000 (08:35 +0200)
commit7727283e512e9ff0b014092a483560afbf7dddfe
treee1edae1528d2be9a6dd0ffc0fac37482def2f1a3
parent2557e081af9fde5552b1b96df04166d1a2df620c
Arm64: leave .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-aarch64.c