diff options
author | Kevin Buettner <kevinb@redhat.com> | 2002-12-21 05:07:36 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2002-12-21 05:07:36 +0000 |
commit | 19ed69dd065df2353a60f4c76c78244f9589e627 (patch) | |
tree | 05e29b3eb74195da320a2fcdcc1ec09a0afe9f31 /gdb/config | |
parent | e8119602a5647be2501acd716b04dc0556ca7d85 (diff) | |
download | gdb-19ed69dd065df2353a60f4c76c78244f9589e627.zip gdb-19ed69dd065df2353a60f4c76c78244f9589e627.tar.gz gdb-19ed69dd065df2353a60f4c76c78244f9589e627.tar.bz2 |
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.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gdb/config/mips/tm-linux.h b/gdb/config/mips/tm-linux.h index 60e9bee..c049c29 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 |