X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fgdbtypes.c;h=e329adc368e049608fb953a349d463247c744af2;hb=a6d0f2490c0c7969eb60038f01c0ee0f46e4d5fd;hp=59456f9f3a42fe632084289045c2c17be1db1eb7;hpb=2764128dee821448ba43a50ed8cee387f2ee8dca;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/gdbtypes.c b/gdb/gdbtypes.c index 59456f9f3a..e329adc368 100644 --- a/gdb/gdbtypes.c +++ b/gdb/gdbtypes.c @@ -5359,6 +5359,9 @@ gdbtypes_post_init (struct gdbarch *gdbarch) builtin_type->builtin_unsigned_long_long = arch_integer_type (gdbarch, gdbarch_long_long_bit (gdbarch), 1, "unsigned long long"); + builtin_type->builtin_half + = arch_float_type (gdbarch, gdbarch_half_bit (gdbarch), + "half", gdbarch_half_format (gdbarch)); builtin_type->builtin_float = arch_float_type (gdbarch, gdbarch_float_bit (gdbarch), "float", gdbarch_float_format (gdbarch));