diff options
author | Felix Willgerodt <felix.willgerodt@intel.com> | 2021-09-14 16:34:22 +0200 |
---|---|---|
committer | Felix Willgerodt <felix.willgerodt@intel.com> | 2021-09-21 10:14:36 +0200 |
commit | be24dba6f149d78720fbad2b7133f3865f7b12e5 (patch) | |
tree | 18865eabad286ea77b04916d3ed98d5613470f97 /gdb | |
parent | 01723a35030c0198c5bac31d8ca6959f7da17e2e (diff) | |
download | binutils-be24dba6f149d78720fbad2b7133f3865f7b12e5.zip binutils-be24dba6f149d78720fbad2b7133f3865f7b12e5.tar.gz binutils-be24dba6f149d78720fbad2b7133f3865f7b12e5.tar.bz2 |
gdb, doc: Add ieee_half and bfloat16 to list of predefined target types.
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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/gdb.texinfo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 44837d9..3eafcfb 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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. |