diff options
author | Randolph Chung <tausq@debian.org> | 2004-05-25 03:55:23 +0000 |
---|---|---|
committer | Randolph Chung <tausq@debian.org> | 2004-05-25 03:55:23 +0000 |
commit | 992bb3422f44d7964456bb37392cfe2fce18f4c5 (patch) | |
tree | 83ddcb93a668276a7e0443828f08c24e5bc93bf2 /gdb/hppa-tdep.c | |
parent | b9b06835b55d42b13beb898574ed2aadabab4006 (diff) | |
download | gdb-992bb3422f44d7964456bb37392cfe2fce18f4c5.tar.gz |
2004-05-24 Randolph Chung <tausq@debian.org>
* hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
unused symbols.
* hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
references.
Diffstat (limited to 'gdb/hppa-tdep.c')
-rw-r--r-- | gdb/hppa-tdep.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/hppa-tdep.c b/gdb/hppa-tdep.c index 52176ee68f3..0dd954e7a50 100644 --- a/gdb/hppa-tdep.c +++ b/gdb/hppa-tdep.c @@ -64,11 +64,6 @@ const struct objfile_data *hppa_objfile_priv_data = NULL; #define MASK_14 0x3fff #define MASK_21 0x1fffff -/* Define offsets into the call dummy for the _sr4export address. - See comments related to CALL_DUMMY for more info. */ -#define SR4EXPORT_LDIL_OFFSET (HPPA_INSTRUCTION_SIZE * 12) -#define SR4EXPORT_LDO_OFFSET (HPPA_INSTRUCTION_SIZE * 13) - /* Sizes (in bytes) of the native unwind entries. */ #define UNWIND_ENTRY_SIZE 16 #define STUB_UNWIND_ENTRY_SIZE 8 |