* config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
(ADDR_BITS_REMOVE): Remove, redundant.
This commit is contained in:
parent
b6fbdd1dbd
commit
1426ac1daf
|
@ -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>
|
2003-08-13 J. Brobecker <brobecker@gnat.com>
|
||||||
|
|
||||||
* hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
|
* hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
|
||||||
|
|
|
@ -43,11 +43,6 @@ struct frame_info;
|
||||||
|
|
||||||
#include "pa/tm-hppah.h"
|
#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
|
/* Say how long (ordinary) registers are. This is used in
|
||||||
push_word and a few other places, but REGISTER_RAW_SIZE is
|
push_word and a few other places, but REGISTER_RAW_SIZE is
|
||||||
the real way to know how big a register is. */
|
the real way to know how big a register is. */
|
||||||
|
|
Loading…
Reference in New Issue