diff options
author | Barnaby Wilks <Barnaby.Wilks@arm.com> | 2019-08-15 16:21:59 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-08-19 09:53:22 +0930 |
commit | 72c03e30ae783a5f38a8c124588a4536ae06e6ef (patch) | |
tree | 9ddd9dfec942846c67c1d7fe4f99676d2770ad9d /gas/dw2gencfi.c | |
parent | 2c115c4f3cb57cfed7a1be5bbccf0f1bc6f7fdbc (diff) | |
download | gdb-72c03e30ae783a5f38a8c124588a4536ae06e6ef.zip gdb-72c03e30ae783a5f38a8c124588a4536ae06e6ef.tar.gz gdb-72c03e30ae783a5f38a8c124588a4536ae06e6ef.tar.bz2 |
Float16: Fix test failures for non ELF targets
The tests were failing due to md_atof trying to do word-wise endian
switching on the float16 (for little-endian targets sometimes
multi word values have their word order changed).
However since a float16 is only 1 word wide, it would end up writing
incorrect data, as you cannot switch the word order of just one word.
* config/tc-arm.c (md_atof): Add precision check. Formatting.
Diffstat (limited to 'gas/dw2gencfi.c')
0 files changed, 0 insertions, 0 deletions