+Fri Mar 5 17:39:45 1993 John Gilmore (gnu@cacophony.cygnus.com)
+
+ * am29k-tdep.c (initialize_29k): Fix call_scratch_address doc.
+ Remove reginv command.
+ (reginv_com): Remove ancient kludge command.
+
Fri Mar 5 17:16:26 1993 K. Richard Pixley (rich@rtl.cygnus.com)
* tm-irix3.h (ZERO_REGNUM): copy this macro from tm-mips.h so that
/* Target-machine dependent code for the AMD 29000
- Copyright 1990, 1991 Free Software Foundation, Inc.
+ Copyright 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
Contributed by Cygnus Support. Written by Jim Kingdon.
This file is part of GDB.
write_register (lrnum, read_register (NPC_REGNUM));
}
-static void
-reginv_com (args, fromtty)
- char *args;
- int fromtty;
-{
- registers_changed();
- if (fromtty)
- printf_filtered("Gdb's register cache invalidated.\n");
-}
-
-/* We use this mostly for debugging gdb */
void
_initialize_29k()
{
extern CORE_ADDR text_end;
- add_com ("reginv ", class_obscure, reginv_com,
- "Invalidate gdb's internal register cache.");
-
/* FIXME, there should be a way to make a CORE_ADDR variable settable. */
add_show_from_set
(add_set_cmd ("rstack_high_address", class_support, var_uinteger,
add_show_from_set
(add_set_cmd ("call_scratch_address", class_support, var_uinteger,
(char *)&text_end,
-"Set address in memory where small amounts of RAM can be used when\n\
-making function calls into the inferior.", &setlist),
+"Set address in memory where small amounts of RAM can be used\n\
+when making function calls into the inferior.", &setlist),
&showlist);
}