Changes from Fred Fish:

* tm-68k.h (FPI_REGNUM):  Add.
* infrun.c (child_create_inferior):  flush stdout and stderr
before forking.
* configure.in:  Handle amigados, amix hosts and targets.
* inflow.c:  Handle TIOCGLTC_BROKEN for Amiga.

From Andreas Schwab:
* values.c (show_convenience):  Use printf_filtered.
* main.c (define_command):  Check result of lookup_command for
exact match.
(echo_command):  Use printf_filtered, and force output out.

* dbxread.c (read_enum_type):  Avoid Modula-2 kludge that breaks C
programs.
* i387-tdep.c (double_to_i387):  Fix typo for double_to_ieee_extended.
* utils.c (_initialize_utils):  If !ISATTY, don't paginate.
This commit is contained in:
John Gilmore
1991-10-15 23:29:34 +00:00
parent 8c8af913b2
commit afe4ca159b
7 changed files with 118 additions and 64 deletions

View File

@@ -60,7 +60,7 @@ void
double_to_i387 (from, to)
char *from, *to;
{
ieee_double_to_extended (&ext_format_i387, (double *)from, to);
double_to_ieee_extended (&ext_format_i387, (double *)from, to);
}
void