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.
This commit is contained in:
parent
2ae9e72eb0
commit
69e7b95e2e
3 changed files with 7 additions and 7 deletions
|
@ -1,3 +1,10 @@
|
|||
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.
|
||||
|
||||
2004-05-24 Joel Brobecker <brobecker@gnat.com>
|
||||
|
||||
* infcmd.c (kill_if_already_running): New function, extracted
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
|
||||
struct trad_frame_saved_reg;
|
||||
|
||||
enum { HPPA_INSTRUCTION_SIZE = 4 };
|
||||
|
||||
/* Register numbers of various important registers.
|
||||
Note that some of these values are "real" register numbers,
|
||||
and correspond to the general registers of the machine,
|
||||
|
|
Loading…
Reference in a new issue