Surround extended support with #ifdef HAVE_68881.
authorJohn Gilmore <gnu@cygnus>
Sat, 15 Aug 1992 11:06:41 +0000 (11:06 +0000)
committerJohn Gilmore <gnu@cygnus>
Sat, 15 Aug 1992 11:06:41 +0000 (11:06 +0000)
gdb/ChangeLog
gdb/m68k-pinsn.c

index b72d59e7f268e45c2c8de35a5cbafd32be9d3722..95574935965d1769c69ad33b42bbdcc4f0380c63 100644 (file)
@@ -1,5 +1,7 @@
 Sat Aug 15 02:58:03 1992  John Gilmore  (gnu@cygnus.com)
 
+       * m68k-pinsn.c:  Surround extended support with #ifdef HAVE_68881.
+
        * infcmd.c (registers_info):  Handle multiple register names.
        Changes inspired by Roland McGrath.
 
index 694a2469d0c4830b98f3a1d549a7b51e2a21857b..3fc34251aea98b7af313d29b6f09aeb1209d9938 100644 (file)
@@ -466,10 +466,12 @@ print_insn_arg (d, buffer, p, addr, stream)
                  flval = NEXTDOUBLE(p);
                  break;
 
+#ifdef HAVE_68881
                case 'x':
                  ieee_extended_to_double (&ext_format_68881, p, &flval);
                  p += 12;
                  break;
+#endif
 
                case 'p':
                  p += 12;