Surround extended support with #ifdef HAVE_68881.

This commit is contained in:
John Gilmore
1992-08-15 11:06:41 +00:00
parent 0d1cd01ebc
commit 67c9f54cb9
2 changed files with 4 additions and 0 deletions

View 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.

View 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;