aboutsummaryrefslogtreecommitdiff
path: root/gdb/m68k-pinsn.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/m68k-pinsn.c')
-rw-r--r--gdb/m68k-pinsn.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/m68k-pinsn.c b/gdb/m68k-pinsn.c
index 6a67431..22fa5d7 100644
--- a/gdb/m68k-pinsn.c
+++ b/gdb/m68k-pinsn.c
@@ -773,6 +773,10 @@ print_base (regno, disp, stream)
fprintf_filtered (stream, "%d(%s)", disp, reg_names[regno]);
}
+/* Nonzero if the host system has a 68881 (or compatible)
+ floating-point unit. This does *not* indicate whether the target
+ system has a co-processor, just whether the host system does.
+ There might be a difference in the case of remote debugging. */
static int have_fpu = 1;
/* This is not part of insn printing, but it is machine-specific,