we can still process "modern" core files.
Define FETCH_INFERIOR_REGISTERS.
* config/mips/riscos.mh: Don't include coredep.o; mips-nat.o is enough.
Fix misspelling of NAT_FILE.
+ * mips-nat.c (fetch_core_registers): If KERNEL_U_ADDR is not defined,
+ we can still process "modern" core files.
* ser-unix.c (hardwire_print_tty_state) [HAVE_TERMIOS]: Don't
print c_line.
core file without a upage, reg_ptr will be zero and this is all a big
NOP. */
if (reg_ptr > core_reg_size)
+#ifdef KERNEL_U_ADDR
reg_ptr -= KERNEL_U_ADDR;
+#else
+ error ("Old mips core file can't be processed on this machine.");
+#endif
for (regno = 0; regno < NUM_REGS; regno++)
{