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 | 69e7b95e2ee2f70e452b722e8225a3766cb550ff (patch) | |
tree | 82f6d262ba63d7fd514f938746686dd21e7a9df6 /gdb/hppa-tdep.h | |
parent | 2ae9e72eb0fbf12c223a5978a33206946f05f26b (diff) | |
download | gdb-69e7b95e2ee2f70e452b722e8225a3766cb550ff.zip gdb-69e7b95e2ee2f70e452b722e8225a3766cb550ff.tar.gz gdb-69e7b95e2ee2f70e452b722e8225a3766cb550ff.tar.bz2 |
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.h')
-rw-r--r-- | gdb/hppa-tdep.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/hppa-tdep.h b/gdb/hppa-tdep.h index f90860e..096f2ab 100644 --- a/gdb/hppa-tdep.h +++ b/gdb/hppa-tdep.h @@ -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, |