2004-04-30 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Fri, 30 Apr 2004 20:52:17 +0000 (20:52 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 30 Apr 2004 20:52:17 +0000 (20:52 +0000)
* config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
* config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
* config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
* config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
* config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.

gdb/ChangeLog
gdb/config/arm/tm-embed.h
gdb/config/mips/tm-irix5.h
gdb/config/mips/tm-irix6.h
gdb/config/mips/tm-linux.h
gdb/config/mips/tm-nbsd.h

index c522d9b01768587d0064c322b4ba412b2b47d79e..032c75d450a15381e311c13b2199162233c225cf 100644 (file)
@@ -1,5 +1,11 @@
 2004-04-30  Andrew Cagney  <cagney@redhat.com>
 
+       * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
+       * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
+       * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
+       * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
+       * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
+
        * defs.h (deprecated_inside_entry_file): Delete declaration.
        * blockframe.c (deprecated_inside_entry_file): Delete function.
        (legacy_frame_chain_valid): Delete call.
index 7ad6b688e0bfb55a4192c1de5947e6f0d979d5ac..6a8c87abc4caba077643a5672481ebf245bf2adb 100644 (file)
@@ -46,7 +46,4 @@
 extern int arm_in_call_stub (CORE_ADDR pc, char *name);
 extern CORE_ADDR arm_skip_stub (CORE_ADDR pc);
 
-#undef  DEPRECATED_IN_SIGTRAMP
-#define DEPRECATED_IN_SIGTRAMP(pc, name) 0
-
 #endif /* TM_ARMEMBED_H */
index ff40d66e735882457b3a7f12c47396e3443da616..5e905805f01e2f96e9037eaaef536be294c7e702 100644 (file)
 #define SIGFRAME_REGSAVE_OFF   (SIGFRAME_BASE + 3 * 4)
 #define SIGFRAME_FPREGSAVE_OFF (SIGFRAME_BASE + 3 * 4 + 32 * 4 + 4)
 
-/* The signal handler trampoline is called _sigtramp.  */
-#undef DEPRECATED_IN_SIGTRAMP
-#define DEPRECATED_IN_SIGTRAMP(pc, name) ((name) && DEPRECATED_STREQ ("_sigtramp", name))
-
 /* Irix 5 saves a full 64 bits for each register.  We skip 2 * 4 to
    get to the saved PC (the register mask and status register are both
    32 bits) and then another 4 to get to the lower 32 bits.  We skip
index 88abf806c4d83d9788bfab5f810181f9f29600a6..8b61f0eab70043ded39028545d6df4bb520888c0 100644 (file)
 #include "mips/tm-mips.h"
 #include "solib.h"
 
-/* The signal handler trampoline is called _sigtramp.  */
-#undef DEPRECATED_IN_SIGTRAMP
-#define DEPRECATED_IN_SIGTRAMP(pc, name) ((name) && DEPRECATED_STREQ ("_sigtramp", name))
-
 /* Offsets for register values in _sigtramp frame.
    sigcontext is immediately above the _sigtramp frame on Irix.  */
 #undef SIGFRAME_BASE
index 4227cd3e426499eba5302dc894170a8b587ed8ac..7b10e4e6d54eb60d15c650931baea10205649474 100644 (file)
 #define SOFTWARE_SINGLE_STEP_P() 1
 #define SOFTWARE_SINGLE_STEP(sig,bp_p) mips_software_single_step (sig, bp_p)
 
-/* FIXME: This still needs to be implemented.  */
-
-#undef  DEPRECATED_IN_SIGTRAMP
-#define DEPRECATED_IN_SIGTRAMP(pc, name)       (0)
-
 #undef IN_SOLIB_DYNSYM_RESOLVE_CODE
 #define IN_SOLIB_DYNSYM_RESOLVE_CODE(PC) mips_linux_in_dynsym_resolve_code (PC)
 int mips_linux_in_dynsym_resolve_code (CORE_ADDR pc);
index eb8e292e2dc0d42362dd28c34f98f6af25e1d32e..c7e45fcff0e6b92f8ede3c08344b9ba180eb8b91 100644 (file)
@@ -31,7 +31,4 @@
 #undef SKIP_TRAMPOLINE_CODE
 #undef IGNORE_HELPER_CALL
 
-/* XXX undef a bunch of stuff we want to use multi-arch */
-#undef DEPRECATED_IN_SIGTRAMP
-
 #endif /* TM_NBSD_H */
This page took 0.029944 seconds and 4 git commands to generate.