* config/h8500/tm-8500.h (DONT_USE_REMOTE): Remove definition,
authorStan Shebs <shebs@codesourcery.com>
Tue, 30 Aug 1994 20:29:26 +0000 (20:29 +0000)
committerStan Shebs <shebs@codesourcery.com>
Tue, 30 Aug 1994 20:29:26 +0000 (20:29 +0000)
an obsolete conditional.
* config/pa/tm-hppa.h (BREAKPOINT) [KERNELDEBUG]: Remove use,
an obsolete conditional.
* config/rs6000/rs6000.mh, config/rs6000/rs6000.mt: Clean up
comments.

gdb/ChangeLog
gdb/config/h8500/tm-h8500.h

index c43b7a7..86a883e 100644 (file)
@@ -1,3 +1,12 @@
+Tue Aug 30 13:14:16 1994  Stan Shebs  (shebs@andros.cygnus.com)
+
+       * config/h8500/tm-8500.h (DONT_USE_REMOTE): Remove definition,
+       an obsolete conditional.
+       * config/pa/tm-hppa.h (BREAKPOINT) [KERNELDEBUG]: Remove use,
+       an obsolete conditional.
+       * config/rs6000/rs6000.mh, config/rs6000/rs6000.mt: Clean up
+       comments.
+
 Mon Aug 29 14:39:42 1994  Stan Shebs  (shebs@andros.cygnus.com)
 
        * Makefile.in (ns32k-opcode.h): Remove reference.
index 9a54bf3..2dc568a 100644 (file)
@@ -275,8 +275,6 @@ typedef unsigned short INSN_WORD;
 #define ADDR_BITS_REMOVE(addr) ((addr) & 0xffffff)
 
 #define read_memory_short(x)  (read_memory_integer(x,2) & 0xffff)
-#define DONT_USE_REMOTE
-
 
 #define        PRINT_REGISTER_HOOK(regno) print_register_hook(regno)