aboutsummaryrefslogtreecommitdiff
path: root/gdb/m68k-pinsn.c
diff options
context:
space:
mode:
authorgdb-3.4 <gdb@fsf.org>1989-11-05 21:02:37 +0000
committerPedro Alves <palves@redhat.com>2012-06-03 15:36:32 +0100
commit1c997a4ae86938343edb715efc3fc742c5f668fe (patch)
tree9e3c70728a3987732436b7fa4b4cfef433a0669a /gdb/m68k-pinsn.c
parent4187119d59afd156703cfcbc6be287c5085f1867 (diff)
downloadfsf-binutils-gdb-1c997a4ae86938343edb715efc3fc742c5f668fe.zip
fsf-binutils-gdb-1c997a4ae86938343edb715efc3fc742c5f668fe.tar.gz
fsf-binutils-gdb-1c997a4ae86938343edb715efc3fc742c5f668fe.tar.bz2
gdb-3.4
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,