diff options
author | gdb-3.4 <gdb@fsf.org> | 1989-11-05 21:02:37 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-06-03 15:36:32 +0100 |
commit | 1c997a4ae86938343edb715efc3fc742c5f668fe (patch) | |
tree | 9e3c70728a3987732436b7fa4b4cfef433a0669a /gdb/m68k-pinsn.c | |
parent | 4187119d59afd156703cfcbc6be287c5085f1867 (diff) | |
download | gdb-1c997a4ae86938343edb715efc3fc742c5f668fe.zip gdb-1c997a4ae86938343edb715efc3fc742c5f668fe.tar.gz gdb-1c997a4ae86938343edb715efc3fc742c5f668fe.tar.bz2 |
gdb-3.4
Diffstat (limited to 'gdb/m68k-pinsn.c')
-rw-r--r-- | gdb/m68k-pinsn.c | 4 |
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, |