Fixed some bugs in handling vxworks960 -- not reading registers right,

trying to use FP regs (not supported by target), botching IP.
This commit is contained in:
Ken Raeburn 1992-07-09 23:54:02 +00:00
parent c5f5b482da
commit 41ea717598
1 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "tm-i960.h"
/* Under VxWorks the IP isn't filled in. Skip it, go with RIP, which has
the real value. */
#undef PC_REGNUM
#define PC_REGNUM RIP_REGNUM
#define GDBINIT_FILENAME ".vxgdbinit"
#define DEFAULT_PROMPT "(vxgdb) "