* config/i386/nm-nbsd.h (FLOAT_INFO): Comment out.

* config/i386/tm-nbsd.h (NUM_REGS): Define.
This commit is contained in:
J.T. Conklin 1996-03-15 20:12:35 +00:00
parent 34c4d647ed
commit f727efb55d
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Fri Mar 15 12:06:58 1996 J.T. Conklin <jtc@rtl.cygnus.com>
* config/i386/nm-nbsd.h (FLOAT_INFO): Comment out.
* config/i386/tm-nbsd.h (NUM_REGS): Define.
Thu Mar 14 10:31:18 1996 Jeffrey A Law (law@cygnus.com)
* solib.c (solib_break_names): Add _r_debug_state for

View File

@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Get generic NetBSD native definitions. */
#include "nm-nbsd.h"
#define FLOAT_INFO { i386_float_info(); }
/* #define FLOAT_INFO { i386_float_info(); } */
#define REGISTER_U_ADDR(addr, blockend, regno) \
(addr) = i386_register_u_addr ((blockend),(regno));

View File

@ -23,6 +23,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "i386/tm-i386bsd.h"
#include "tm-nbsd.h"
#undef NUM_REGS
#define NUM_REGS 16
#define JB_ELEMENT_SIZE sizeof(int) /* jmp_buf[_JBLEN] is array of ints */
#define JB_PC 0 /* Setjmp()'s return PC saved here */