summaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2002-12-21 05:07:36 +0000
committerKevin Buettner <kevinb@redhat.com>2002-12-21 05:07:36 +0000
commit96bb4d5a35520c49e0b6027a5534335433071c99 (patch)
tree458793349b53307e50ec9ace7ad7e720ab781954 /gdb/config
parentef7550d5b71c6856a0ce1a715b07416eb2f2b30b (diff)
downloadgdb-96bb4d5a35520c49e0b6027a5534335433071c99.tar.gz
Multiarch SVR4_FETCH_LINK_MAP_OFFSETS and GET_LONGJMP_TARGET for GNU/Linux/MIPS.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/mips/tm-linux.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/gdb/config/mips/tm-linux.h b/gdb/config/mips/tm-linux.h
index 60e9bee8782..c049c29aa72 100644
--- a/gdb/config/mips/tm-linux.h
+++ b/gdb/config/mips/tm-linux.h
@@ -40,25 +40,6 @@
#include "config/tm-linux.h"
-/* Use target_specific function to define link map offsets. */
-
-extern struct link_map_offsets *mips_linux_svr4_fetch_link_map_offsets (void);
-#define SVR4_FETCH_LINK_MAP_OFFSETS() \
- mips_linux_svr4_fetch_link_map_offsets ()
-
-/* Details about jmp_buf. */
-
-#define MIPS_LINUX_JB_ELEMENT_SIZE 4
-#define MIPS_LINUX_JB_PC 0
-
-/* Figure out where the longjmp will land. Slurp the arguments out of the
- stack. We expect the first arg to be a pointer to the jmp_buf structure
- from which we extract the pc (JB_PC) that we will land at. The pc is
- copied into ADDR. This routine returns 1 on success. */
-
-#define GET_LONGJMP_TARGET(ADDR) mips_linux_get_longjmp_target(ADDR)
-extern int mips_linux_get_longjmp_target (CORE_ADDR *);
-
/* We do single stepping in software. */
#define SOFTWARE_SINGLE_STEP_P() 1