include/ChangeLog:
[deliverable/binutils-gdb.git] / gdb / gdbtypes.h
index 2a9bc9bd046647f20425e99b2e23f38e258f89c6..085270e21d28324bd6872759047221c03607c7b2 100644 (file)
@@ -1191,6 +1191,7 @@ extern const struct objfile_type *objfile_type (struct objfile *objfile);
 
  
 /* Explicit floating-point formats.  See "floatformat.h".  */
+extern const struct floatformat *floatformats_ieee_half[BFD_ENDIAN_UNKNOWN];
 extern const struct floatformat *floatformats_ieee_single[BFD_ENDIAN_UNKNOWN];
 extern const struct floatformat *floatformats_ieee_double[BFD_ENDIAN_UNKNOWN];
 extern const struct floatformat *floatformats_ieee_double_littlebyte_bigword[BFD_ENDIAN_UNKNOWN];
This page took 0.024752 seconds and 4 git commands to generate.