gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / float16-bad.s
1 .data
2 .float16 9999999999999.0
3 .float16 -999999999999.0
4 .float16 131008.0
5
6 .float16_format alternative
7 .float16 NaN
8 .float16 -NaN
9 .float16 +NaN
10
11 .float16 Inf
12 .float16 -Inf
13 .float16 +Inf
This page took 0.035182 seconds and 4 git commands to generate.