+start-sanitize-tic80
+
+ * config/tic80/tic80.mt: Disable using the simulator
+ until it is ready.
+
+end-sanitize-tic80
+
+ * COPYING: Install new version of file from FSF.
+ * copying.c (show_copying_command): Update FSF address.
+
+
+ * Makefile.in (distclean): Remove .gdbinit.
+
+start-sanitize-tic80
+
+ * config/tic80/tm-tic80.h (NAMES_HAVE_UNDERSCORE): Define.
+
+end-sanitize-tic80
+
+ * remote-sim.c (gdb_os_{,e}vprintf_filtered): Change stdarg type
+ to va_list from void *, since va_list might not be a pointer
+ type.
+
+start-sanitize-gdbtk
+
+ * Makefile.in (gdbtk.o): look for GDBTK_LIBRARY in $(datadir) by
+ default, not $(srcdir).
+
+end-sanitize-gdbtk
+
+ * remote-mips.c: Clean up comment and extraneous semicolon
+ for mips_monitor_prompt variable.
+
+
+ * remote-mips.c: Add `set monitor-prompt' command.
+
+
+ Fix from Peter Schauer:
+ * mdebugread.c (parse_procedure): Set address of procedure to
+ block start; this fixes problems with shared libraries introduced
+ by change of Mar 21.
+
+
+ * symtab.c (find_pc_symtab): change to support the case
+ where the objfile is reordered and contains both coff and
+ stabs debugging info (continue on if a psymtab isn't found).
+
-Fixes from Peter Schauer:
+ Fixes from Peter Schauer:
* config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE,
REGISTER_CONVERT_FROM_TYPE): Swap words if target, not host,
is big-endian and if registers are 32 bits.