gdb, doc: Add ieee_half and bfloat16 to list of predefined target types.
authorFelix Willgerodt <felix.willgerodt@intel.com>
Tue, 14 Sep 2021 14:34:22 +0000 (16:34 +0200)
committerFelix Willgerodt <felix.willgerodt@intel.com>
Tue, 21 Sep 2021 08:14:36 +0000 (10:14 +0200)
For some reason these two weren't added to the list when they were orginally
added to GDB.

gdb/doc/ChangeLog:
2021-09-21  Felix Willgerodt  <felix.willgerodt@intel.com>

* gdb.texinfo (Predefined Target Types): Mention ieee_half and bfloat16.

gdb/doc/gdb.texinfo

index 44837d9048f93de7d5739eba96f00f566d632146..3eafcfbb7dd0a73abc0e23cb302f6928c1242ff1 100644 (file)
@@ -45972,12 +45972,18 @@ pointers; printing a code pointer converts it into a symbolic
 address.  The stack pointer and any dedicated address registers
 may be marked as data pointers.
 
+@item ieee_half
+Half precision IEEE floating point.
+
 @item ieee_single
 Single precision IEEE floating point.
 
 @item ieee_double
 Double precision IEEE floating point.
 
+@item bfloat16
+The 16-bit @dfn{brain floating point} format used e.g.@: by x86 and ARM.
+
 @item arm_fpa_ext
 The 12-byte extended precision format used by ARM FPA registers.