diff options
author | Michael Snyder <msnyder@specifix.com> | 2002-08-20 23:01:29 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@specifix.com> | 2002-08-20 23:01:29 +0000 |
commit | a77f0732f4be092c76f85fbfafb291256bfe127b (patch) | |
tree | 78f4e2b682fe69e9da79c2dd1be40b54f4f28dab /gdb/infrun.c | |
parent | 35cd8c03eee1437219595caa3a5f6b220be0d0d9 (diff) | |
download | gdb-a77f0732f4be092c76f85fbfafb291256bfe127b.tar.gz |
2002-08-20 Michael Snyder <msnyder@redhat.com>
* gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
* gdbarch.c, gdbarch.h: Regenerate.
* arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
Add.
* infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index 98867cc9a46..70fa5343c18 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -173,13 +173,6 @@ static int may_follow_exec = MAY_FOLLOW_EXEC; #define SKIP_SOLIB_RESOLVER(pc) 0 #endif -/* In some shared library schemes, the return path from a shared library - call may need to go through a trampoline too. */ - -#ifndef IN_SOLIB_RETURN_TRAMPOLINE -#define IN_SOLIB_RETURN_TRAMPOLINE(pc,name) 0 -#endif - /* This function returns TRUE if pc is the address of an instruction that lies within the dynamic linker (such as the event hook, or the dld itself). |