]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Document m68k floating point feature correspondence
authorTom Tromey <tromey@adacore.com>
Thu, 24 Oct 2019 16:30:13 +0000 (10:30 -0600)
committerTom Tromey <tromey@adacore.com>
Sun, 26 Jan 2020 21:46:27 +0000 (14:46 -0700)
From what I can tell, The m68k floating point target feature should
apparently always be called "org.gnu.gdb.coldfire.fp" -- even when the
primary feature is not "coldfire", because m68k_gdbarch_init only
checks for this feature when assigning register numbers.

However, the floating point registers are expected to match what gdb
thinks are the register sizes for the primary feature.  For example,
if the main feature is "coldfire", then the floating point registers
should be 64 bits.

See this note for some an instance of this confusion:

    https://lists.gnu.org/archive/html/qemu-devel/2017-06/msg04564.html

This patch documents the oddity.

Let me know what you think.  An alternate approach here might be to
make gdb adapt to the register sizes as actually reported.  I'm not
sure if this makes sense or not.

gdb/doc/ChangeLog
2020-01-26  Tom Tromey  <tromey@adacore.com>

* gdb.texinfo (M68K Features): Document floating-point feature
correspondence.

Change-Id: I4cd86acbe3449a29ce38327524c508c206b25b8f

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 139951f48c261d006aee8eec0914cc6a3e9bc15d..4900480200306b8abb36a3650f30c3f5e3e1c2c6 100644 (file)
@@ -1,3 +1,8 @@
+2020-01-26  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.texinfo (M68K Features): Document floating-point feature
+       correspondence.
+
 2020-01-25  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
 
        * gdb.texinfo (Attach): Document the new option and the
index 2a38b03f33e356dd908924a0b320ee62cf8ed700..a2866a28333f902fa4f507df9e6ba0558219b2fd 100644 (file)
@@ -45230,6 +45230,12 @@ used.  The feature that is present should contain registers
 This feature is optional.  If present, it should contain registers
 @samp{fp0} through @samp{fp7}, @samp{fpcontrol}, @samp{fpstatus} and
 @samp{fpiaddr}.
+
+Note that, despite the fact that this feature's name says
+@samp{coldfire}, it is used to describe any floating point registers.
+The size of the registers must match the main m68k flavor; so, for
+example, if the primary feature is reported as @samp{coldfire}, then
+64-bit floating point registers are required.
 @end table
 
 @node NDS32 Features