aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/m68k/tm-apollo68b.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config/m68k/tm-apollo68b.h')
-rw-r--r--gdb/config/m68k/tm-apollo68b.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/m68k/tm-apollo68b.h b/gdb/config/m68k/tm-apollo68b.h
index 0e33df6..720f980 100644
--- a/gdb/config/m68k/tm-apollo68b.h
+++ b/gdb/config/m68k/tm-apollo68b.h
@@ -56,4 +56,4 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
/* How to decide if we're in a shared library function. (Probably a wrong
definintion inherited from the VxWorks config file). */
-#define IN_SOLIB_TRAMPOLINE(pc, name) (name && strcmp(name, "<end_of_program>") == 0)
+#define IN_SOLIB_CALL_TRAMPOLINE(pc, name) (name && strcmp(name, "<end_of_program>") == 0)