* config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
authorJoel Brobecker <brobecker@gnat.com>
Wed, 13 Aug 2003 18:05:40 +0000 (18:05 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Wed, 13 Aug 2003 18:05:40 +0000 (18:05 +0000)
       (ADDR_BITS_REMOVE): Remove, redundant.

gdb/ChangeLog
gdb/config/pa/tm-hppa64.h

index 54743000fbdbe2a05559b4a82aea7fc57e00517b..e61111291bf2d6824046c17b3630319eea1a3d5d 100644 (file)
@@ -1,3 +1,8 @@
+2003-08-13  J. Brobecker  <brobecker@gnat.com>
+
+       * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
+       (ADDR_BITS_REMOVE): Remove, redundant.
+
 2003-08-13  J. Brobecker  <brobecker@gnat.com>
 
        * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
index 98d0497eac237573a71ec38d66f0b9e7ef8056a5..5fcaa2cc196089a70d1130bdd584ec85d4d488db 100644 (file)
@@ -43,11 +43,6 @@ struct frame_info;
 
 #include "pa/tm-hppah.h"
 
-#define HPUX_1100 1
-
-/* The low two bits of the IA are the privilege level of the instruction.  */
-#define ADDR_BITS_REMOVE(addr) ((CORE_ADDR)addr & (CORE_ADDR)~3)
-
 /* Say how long (ordinary) registers are.  This is used in
    push_word and a few other places, but REGISTER_RAW_SIZE is
    the real way to know how big a register is.  */