diff options
Diffstat (limited to 'gas/config/tc-vax.c')
-rw-r--r-- | gas/config/tc-vax.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/config/tc-vax.c b/gas/config/tc-vax.c index 1b4e6f1..fef859e 100644 --- a/gas/config/tc-vax.c +++ b/gas/config/tc-vax.c @@ -251,6 +251,10 @@ const pseudo_typeS md_pseudo_table[] = {"ffloat", float_cons, 'f'}, {"gfloat", float_cons, 'g'}, {"hfloat", float_cons, 'h'}, + {"d_floating", float_cons, 'd'}, + {"f_floating", float_cons, 'f'}, + {"g_floating", float_cons, 'g'}, + {"h_floating", float_cons, 'h'}, {NULL, NULL, 0}, }; |