diff options
author | Joel Brobecker <brobecker@gnat.com> | 2003-08-13 18:05:40 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2003-08-13 18:05:40 +0000 |
commit | 1426ac1daf31271d44d622bb2b044a1bb514d8f4 (patch) | |
tree | 7b527adcd1a489bcd3854ee64f8cc59735ac3942 /gdb/config | |
parent | b6fbdd1dbd3fc51820618ba044e81eaac6205f19 (diff) | |
download | gdb-1426ac1daf31271d44d622bb2b044a1bb514d8f4.zip gdb-1426ac1daf31271d44d622bb2b044a1bb514d8f4.tar.gz gdb-1426ac1daf31271d44d622bb2b044a1bb514d8f4.tar.bz2 |
* config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
(ADDR_BITS_REMOVE): Remove, redundant.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/pa/tm-hppa64.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/config/pa/tm-hppa64.h b/gdb/config/pa/tm-hppa64.h index 98d0497..5fcaa2c 100644 --- a/gdb/config/pa/tm-hppa64.h +++ b/gdb/config/pa/tm-hppa64.h @@ -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. */ |