*** empty log message ***

This commit is contained in:
John Gilmore
1991-04-05 09:02:10 +00:00
parent 07d021a6ae
commit 3f2e006b77
16 changed files with 367 additions and 146 deletions

View File

@ -99,11 +99,16 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define INVALID_FLOAT(p, len) (0)
#if 0
/* code to execute to print interesting information about the
* floating point processor (if any)
* No need to define if there is nothing to do.
floating point processor (if any)
No need to define if there is nothing to do.
On the 386, unfortunately this code is host-dependent (and lives
in the i386-xdep.c file), so we can't
do this unless we *know* we aren't cross-debugging. FIXME.
*/
#define FLOAT_INFO { i386_float_info (); }
#endif 0
/* Say how long (ordinary) registers are. */