* config/rs6000/tm-rs6000.h (IN_SOLIB_RETURN_TRAMPOLINE): Define.
[deliverable/binutils-gdb.git] / gdb / config / rs6000 / tm-rs6000.h
index d16ca9a43a8fc4fa347a7bccb4acdf20cd6f79f0..96eb16337f7349aea4faa8d9db819b176bd911ca 100644 (file)
 #undef CPLUS_MARKER
 #define CPLUS_MARKER '.'
 
+/* Return whether PC in function NAME is in code that should be skipped when
+   single-stepping.  */
+
+#define IN_SOLIB_RETURN_TRAMPOLINE(pc, name) \
+  rs6000_in_solib_return_trampoline (pc, name)
+extern int rs6000_in_solib_return_trampoline (CORE_ADDR, char *);
+
 /* If PC is in some function-call trampoline code, return the PC
    where the function itself actually starts.  If not, return NULL.  */
 
This page took 0.023284 seconds and 4 git commands to generate.