Barnaby Wilks 72c03e30ae 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.
2019-08-19 09:53:22 +09:30
..
2019-03-18 22:39:16 +10:30
2019-01-31 14:45:01 +10:30
2019-04-16 17:12:09 +09:30
2019-02-10 04:34:22 -08:00
2019-05-23 19:34:04 +02:00
2019-05-15 16:41:22 +09:30
2019-07-16 09:30:29 +02:00
2019-04-10 13:27:29 +09:30
2019-02-10 04:34:22 -08:00
2019-05-04 17:23:18 +09:30
2019-02-10 04:34:22 -08:00
2019-02-10 04:34:22 -08:00
2019-06-25 13:04:40 +09:30
2019-05-30 15:23:10 -07:00
2019-04-16 17:12:09 +09:30
2019-02-10 04:34:22 -08:00
2019-05-22 08:13:36 +02:00
2019-02-10 04:34:22 -08:00
2019-04-16 17:13:04 +09:30
2019-02-10 04:34:22 -08:00
2019-05-15 16:28:14 +09:30
2019-04-10 13:27:29 +09:30