diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-11-01 07:30:47 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-11-01 07:30:47 +0000 |
commit | e85e5c83dbb4e9ba6949e41a02eac9b6762aaff2 (patch) | |
tree | e648c4c869ce70dd305fe9c190e92aafac0ab6ed /gdb | |
parent | 3cb8e7f69cf29d2b1e994ef7790e58950636ab1d (diff) | |
download | gdb-e85e5c83dbb4e9ba6949e41a02eac9b6762aaff2.zip gdb-e85e5c83dbb4e9ba6949e41a02eac9b6762aaff2.tar.gz gdb-e85e5c83dbb4e9ba6949e41a02eac9b6762aaff2.tar.bz2 |
* NEWS: Mention VAX floating point support.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 670a656..1a63e2d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2005-11-01 Mark Kettenis <kettenis@gnu.org> + + * NEWS: Mention VAX floating point support. + 2005-10-31 Christopher Faylor <cgf@timesys.com> * win32-nat.c (get_relocated_section_addrs): Reinstate. @@ -56,6 +56,10 @@ After turning this setting "on", GDB prints the index of each element when displaying arrays. The default is "off" to preserve the previous behavior. +* VAX floating point support + +GDB now supports the not-quite-ieee VAX F and D floating point formats. + *** Changes in GDB 6.3: * New command line option |