]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2004-05-24 Randolph Chung <tausq@debian.org>
authorRandolph Chung <tausq@debian.org>
Tue, 25 May 2004 03:55:23 +0000 (03:55 +0000)
committerRandolph Chung <tausq@debian.org>
Tue, 25 May 2004 03:55:23 +0000 (03:55 +0000)
* 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.

gdb/ChangeLog
gdb/hppa-tdep.c
gdb/hppa-tdep.h

index d04cd6666139d51c6a6fc5681d9b1f2ca9122538..856a750cdf28bed90aac4794ed2ea0e616b7e2ac 100644 (file)
@@ -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
index 52176ee68f3bb71f18a64d7ed147304cffbef79e..0dd954e7a50627f6b2fbe26c033b09b203f8122e 100644 (file)
@@ -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
index f90860e827accf82edf1f3082dddab4c1a507047..096f2ab6e7cdc188de17bf6c0ad2e4be2e04e324 100644 (file)
@@ -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,