mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* config/i386/nm-nbsd.h (FLOAT_INFO): Comment out.
* config/i386/tm-nbsd.h (NUM_REGS): Define.
This commit is contained in:
parent
34c4d647ed
commit
f727efb55d
@ -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
|
||||
|
@ -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));
|
||||
|
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user