gdb/NEWS: Document that GDB now supports DWARF-based fixed point types
authorJoel Brobecker <brobecker@adacore.com>
Tue, 24 Nov 2020 03:08:42 +0000 (07:08 +0400)
committerJoel Brobecker <brobecker@adacore.com>
Tue, 24 Nov 2020 03:08:42 +0000 (07:08 +0400)
gdb/ChangeLog:

        * NEWS: Add entry documenting support for DWARF-based fixed
        point types.

gdb/ChangeLog
gdb/NEWS

index f74588dfcbbaa6cf6f79d3d9ee22d1ae0f746037..2a29c1c7660c3f8f5ea84c6f1f97c0b7ac21ca16 100644 (file)
@@ -1,3 +1,8 @@
+2020-11-24  Joel Brobecker  <brobecker@adacore.com>
+
+       * NEWS: Add entry documenting support for DWARF-based fixed
+       point types.
+
 2020-11-24  Joel Brobecker  <brobecker@adacore.com>
 
        * NEWS: Document that building GDB now requires GMP.
index 792f486097562df7f3d1b12a5607ad08d2c72190..d75992e78eff1a0d3fa90f3f8a0affe2715151c3 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
   $HOME/.gdbinit.  On Apple hosts the search order is instead:
   $HOME/Library/Preferences/gdb/gdbinit, $HOME/.gdbinit.
 
+* GDB now supports fixed point types which are described in DWARF
+  as base types with a fixed-point encoding.  Additionally, support
+  for the DW_AT_GNU_numerator and DW_AT_GNU_denominator has also
+  been added.
+
+  For Ada, this allows support for fixed point types without requiring
+  the use of the GNAT encoding (based on information added to the type's
+  name following a GNAT-specific format).
+
 * New commands
 
 set debug event-loop
This page took 0.036378 seconds and 4 git commands to generate.