aboutsummaryrefslogtreecommitdiff
path: root/gas/read.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/read.c')
-rw-r--r--gas/read.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/read.c b/gas/read.c
index 4170a25..7333a2e 100644
--- a/gas/read.c
+++ b/gas/read.c
@@ -4852,6 +4852,8 @@ hex_float (int float_type, char *bytes)
switch (float_type)
{
+ case 'b':
+ case 'B':
case 'h':
case 'H':
length = 2;